ruạṛ
a N��f�. � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreatePatternDetailsz7 Properties used in pattern create operations. c K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new CreatePatternDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreatePatternDetails. :type display_name: str :param description: The value to assign to the description property of this CreatePatternDetails. :type description: str :param expression: The value to assign to the expression property of this CreatePatternDetails. :type expression: str :param file_path_prefix: The value to assign to the file_path_prefix property of this CreatePatternDetails. :type file_path_prefix: str :param check_file_path_list: The value to assign to the check_file_path_list property of this CreatePatternDetails. :type check_file_path_list: list[str] :param is_enable_check_failure_limit: The value to assign to the is_enable_check_failure_limit property of this CreatePatternDetails. :type is_enable_check_failure_limit: bool :param check_failure_limit: The value to assign to the check_failure_limit property of this CreatePatternDetails. :type check_failure_limit: int :param properties: The value to assign to the properties property of this CreatePatternDetails. :type properties: dict(str, dict(str, str)) �strz list[str]�bool�intzdict(str, dict(str, str)))�display_name�description� expression�file_path_prefix�check_file_path_list�is_enable_check_failure_limit�check_failure_limit� properties�displayNamer r �filePathPrefix�checkFilePathList�isEnableCheckFailureLimit�checkFailureLimitr N) � swagger_types� attribute_map� _display_name�_description�_expression�_file_path_prefix�_check_file_path_list�_is_enable_check_failure_limit�_check_failure_limit�_properties)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/create_pattern_details.py�__init__ s4 '��zCreatePatternDetails.__init__c C s | j S )a2 **[Required]** Gets the display_name of this CreatePatternDetails. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this CreatePatternDetails. :rtype: str �r �r! r# r# r$ r U s z!CreatePatternDetails.display_namec C s || _ dS )a. Sets the display_name of this CreatePatternDetails. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this CreatePatternDetails. :type: str Nr&