ruạṛ
a ���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� �Zdd� Zdd� Z dd� ZdS )�GrokPatternz Grok pattern object. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new GrokPattern object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param pattern: The value to assign to the pattern property of this GrokPattern. :type pattern: str :param name: The value to assign to the name property of this GrokPattern. :type name: str :param field_time_key: The value to assign to the field_time_key property of this GrokPattern. :type field_time_key: str :param field_time_format: The value to assign to the field_time_format property of this GrokPattern. :type field_time_format: str :param field_time_zone: The value to assign to the field_time_zone property of this GrokPattern. :type field_time_zone: str �str)�pattern�name�field_time_key�field_time_format�field_time_zoner r ZfieldTimeKeyZfieldTimeFormatZ fieldTimeZoneN)Z swagger_typesZ attribute_map�_pattern�_name�_field_time_key�_field_time_format�_field_time_zone)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/logging/models/grok_pattern.py�__init__ s"