📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
loggingsearch
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/loggingsearch/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: field_info.pyc
a O��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 @ st e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )� FieldInfoz, Contains field schema information. �STRING�NUMBER�BOOLEAN�ARRAYc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new FieldInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param field_name: The value to assign to the field_name property of this FieldInfo. :type field_name: str :param field_type: The value to assign to the field_type property of this FieldInfo. Allowed values for this property are: "STRING", "NUMBER", "BOOLEAN", "ARRAY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type field_type: str �str)� field_name� field_type� fieldName� fieldTypeN)� swagger_types� attribute_map�_field_name�_field_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/loggingsearch/models/field_info.py�__init__ s ��zFieldInfo.__init__c C s | j S )z� **[Required]** Gets the field_name of this FieldInfo. Field name :return: The field_name of this FieldInfo. :rtype: str �r �r r r r r = s zFieldInfo.field_namec C s || _ dS )z� Sets the field_name of this FieldInfo. Field name :param field_name: The field_name of this FieldInfo. :type: str Nr )r r r r r r I s c C s | j S )aI **[Required]** Gets the field_type of this FieldInfo. Field type - * `STRING`: A sequence of characters. * `NUMBER`: Numeric type which can be an integer or floating point. * `BOOLEAN`: Either true or false. * `ARRAY`: An ordered collection of values. Allowed values for this property are: "STRING", "NUMBER", "BOOLEAN", "ARRAY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The field_type of this FieldInfo. :rtype: str )r r r r r r U s zFieldInfo.field_typec C s g d�}t ||�sd}|| _dS )ax Sets the field_type of this FieldInfo. Field type - * `STRING`: A sequence of characters. * `NUMBER`: Numeric type which can be an integer or floating point. * `BOOLEAN`: Either true or false. * `ARRAY`: An ordered collection of values. :param field_type: The field_type of this FieldInfo. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r h s c C s t | �S �N)r r r r r �__repr__{ s zFieldInfo.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__~ s zFieldInfo.__eq__c C s | |k S r r r r r r �__ne__� s zFieldInfo.__ne__N)�__name__� __module__�__qualname__�__doc__�FIELD_TYPE_STRING�FIELD_TYPE_NUMBER�FIELD_TYPE_BOOLEAN�FIELD_TYPE_ARRAYr �propertyr �setterr r r"