AcceptedAgreementSummary¶
-
class
oci.marketplace.models.
AcceptedAgreementSummary
(**kwargs)¶ Bases:
object
The model for a summary of an accepted agreement.
Methods
__init__
(**kwargs)Initializes a new AcceptedAgreementSummary object with values from keyword arguments. Attributes
agreement_id
Gets the agreement_id of this AcceptedAgreementSummary. compartment_id
Gets the compartment_id of this AcceptedAgreementSummary. display_name
Gets the display_name of this AcceptedAgreementSummary. id
Gets the id of this AcceptedAgreementSummary. listing_id
Gets the listing_id of this AcceptedAgreementSummary. package_version
Gets the package_version of this AcceptedAgreementSummary. time_accepted
Gets the time_accepted of this AcceptedAgreementSummary. -
__init__
(**kwargs)¶ Initializes a new AcceptedAgreementSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AcceptedAgreementSummary.
- display_name (str) – The value to assign to the display_name property of this AcceptedAgreementSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this AcceptedAgreementSummary.
- listing_id (str) – The value to assign to the listing_id property of this AcceptedAgreementSummary.
- package_version (str) – The value to assign to the package_version property of this AcceptedAgreementSummary.
- agreement_id (str) – The value to assign to the agreement_id property of this AcceptedAgreementSummary.
- time_accepted (datetime) – The value to assign to the time_accepted property of this AcceptedAgreementSummary.
-
agreement_id
¶ Gets the agreement_id of this AcceptedAgreementSummary. The unique identifier for the terms of use agreement itself.
Returns: The agreement_id of this AcceptedAgreementSummary. Return type: str
-
compartment_id
¶ Gets the compartment_id of this AcceptedAgreementSummary. The unique identifier for the compartment where the agreement was accepted.
Returns: The compartment_id of this AcceptedAgreementSummary. Return type: str
-
display_name
¶ Gets the display_name of this AcceptedAgreementSummary. A display name for the accepted agreement.
Returns: The display_name of this AcceptedAgreementSummary. Return type: str
-
id
¶ Gets the id of this AcceptedAgreementSummary. The unique identifier for the acceptance of the agreement within a specific compartment.
Returns: The id of this AcceptedAgreementSummary. Return type: str
-
listing_id
¶ Gets the listing_id of this AcceptedAgreementSummary. The unique identifier for the listing associated with the agreement.
Returns: The listing_id of this AcceptedAgreementSummary. Return type: str
-
package_version
¶ Gets the package_version of this AcceptedAgreementSummary. The package version associated with the agreement.
Returns: The package_version of this AcceptedAgreementSummary. Return type: str
-
time_accepted
¶ Gets the time_accepted of this AcceptedAgreementSummary. The time the agreement was accepted.
Returns: The time_accepted of this AcceptedAgreementSummary. Return type: datetime
-