📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
marketplace
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/marketplace/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: accepted_agreement_summary.cpython-39.pyc
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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �AcceptedAgreementSummaryz; The model for a summary of an accepted agreement. c K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new AcceptedAgreementSummary 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 AcceptedAgreementSummary. :type id: str :param display_name: The value to assign to the display_name property of this AcceptedAgreementSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this AcceptedAgreementSummary. :type compartment_id: str :param listing_id: The value to assign to the listing_id property of this AcceptedAgreementSummary. :type listing_id: str :param package_version: The value to assign to the package_version property of this AcceptedAgreementSummary. :type package_version: str :param agreement_id: The value to assign to the agreement_id property of this AcceptedAgreementSummary. :type agreement_id: str :param time_accepted: The value to assign to the time_accepted property of this AcceptedAgreementSummary. :type time_accepted: datetime �strZdatetime)�id�display_name�compartment_id� listing_id�package_version�agreement_id� time_acceptedr ZdisplayNameZ compartmentIdZ listingIdZpackageVersionZagreementIdZtimeAcceptedN) Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_listing_id�_package_version� _agreement_id�_time_accepted)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/marketplace/models/accepted_agreement_summary.py�__init__ s. #�� z!AcceptedAgreementSummary.__init__c C s | j S )z� Gets the id of this AcceptedAgreementSummary. The unique identifier for the acceptance of the agreement within a specific compartment. :return: The id of this AcceptedAgreementSummary. :rtype: str �r �r r r r r P s zAcceptedAgreementSummary.idc C s || _ dS )z� Sets the id of this AcceptedAgreementSummary. The unique identifier for the acceptance of the agreement within a specific compartment. :param id: The id of this AcceptedAgreementSummary. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the display_name of this AcceptedAgreementSummary. A display name for the accepted agreement. :return: The display_name of this AcceptedAgreementSummary. :rtype: str �r r r r r r h s z%AcceptedAgreementSummary.display_namec C s || _ dS )z� Sets the display_name of this AcceptedAgreementSummary. A display name for the accepted agreement. :param display_name: The display_name of this AcceptedAgreementSummary. :type: str Nr )r r r r r r t s c C s | j S )z� Gets the compartment_id of this AcceptedAgreementSummary. The unique identifier for the compartment where the agreement was accepted. :return: The compartment_id of this AcceptedAgreementSummary. :rtype: str �r r r r r r � s z'AcceptedAgreementSummary.compartment_idc C s || _ dS )a Sets the compartment_id of this AcceptedAgreementSummary. The unique identifier for the compartment where the agreement was accepted. :param compartment_id: The compartment_id of this AcceptedAgreementSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the listing_id of this AcceptedAgreementSummary. The unique identifier for the listing associated with the agreement. :return: The listing_id of this AcceptedAgreementSummary. :rtype: str �r r r r r r � s z#AcceptedAgreementSummary.listing_idc C s || _ dS )z� Sets the listing_id of this AcceptedAgreementSummary. The unique identifier for the listing associated with the agreement. :param listing_id: The listing_id of this AcceptedAgreementSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the package_version of this AcceptedAgreementSummary. The package version associated with the agreement. :return: The package_version of this AcceptedAgreementSummary. :rtype: str �r r r r r r � s z(AcceptedAgreementSummary.package_versionc C s || _ dS )z� Sets the package_version of this AcceptedAgreementSummary. The package version associated with the agreement. :param package_version: The package_version of this AcceptedAgreementSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the agreement_id of this AcceptedAgreementSummary. The unique identifier for the terms of use agreement itself. :return: The agreement_id of this AcceptedAgreementSummary. :rtype: str �r r r r r r � s z%AcceptedAgreementSummary.agreement_idc C s || _ dS )z� Sets the agreement_id of this AcceptedAgreementSummary. The unique identifier for the terms of use agreement itself. :param agreement_id: The agreement_id of this AcceptedAgreementSummary. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the time_accepted of this AcceptedAgreementSummary. The time the agreement was accepted. :return: The time_accepted of this AcceptedAgreementSummary. :rtype: datetime �r r r r r r � s z&AcceptedAgreementSummary.time_acceptedc C s || _ dS )z� Sets the time_accepted of this AcceptedAgreementSummary. The time the agreement was accepted. :param time_accepted: The time_accepted of this AcceptedAgreementSummary. :type: datetime Nr"