📂 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
›
tenant_manager_control_plane
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/tenant_manager_control_plane/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sender_invitation_summary.pyc
a O��f6F � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZdd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zd5d6� Zd7d8� Z d9d:� Z!d;S )<�SenderInvitationSummaryzC The summary of the invitation model that the sender owns. �CREATING�ACTIVE�INACTIVE�UPDATING�FAILED� TERMINATED�PENDING�CANCELED�ACCEPTED�EXPIREDc K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new SenderInvitationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this SenderInvitationSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this SenderInvitationSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this SenderInvitationSummary. :type display_name: str :param recipient_invitation_id: The value to assign to the recipient_invitation_id property of this SenderInvitationSummary. :type recipient_invitation_id: str :param recipient_tenancy_id: The value to assign to the recipient_tenancy_id property of this SenderInvitationSummary. :type recipient_tenancy_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this SenderInvitationSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "FAILED", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param status: The value to assign to the status property of this SenderInvitationSummary. Allowed values for this property are: "PENDING", "CANCELED", "ACCEPTED", "EXPIRED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param time_created: The value to assign to the time_created property of this SenderInvitationSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this SenderInvitationSummary. :type time_updated: datetime :param recipient_email_address: The value to assign to the recipient_email_address property of this SenderInvitationSummary. :type recipient_email_address: str :param freeform_tags: The value to assign to the freeform_tags property of this SenderInvitationSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SenderInvitationSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this SenderInvitationSummary. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�display_name�recipient_invitation_id�recipient_tenancy_id�lifecycle_state�status�time_created�time_updated�recipient_email_address� freeform_tags�defined_tags�system_tagsr � compartmentId�displayName�recipientInvitationId�recipientTenancyId�lifecycleStater �timeCreated�timeUpdated�recipientEmailAddress�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_recipient_invitation_id�_recipient_tenancy_id�_lifecycle_state�_status� _time_created� _time_updated�_recipient_email_address�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r<