AgreementSummary¶
-
class
oci.marketplace.models.
AgreementSummary
(**kwargs)¶ Bases:
object
The model for a summary of an end user license agreement.
Attributes
AUTHOR_ORACLE
A constant which can be used with the author property of a AgreementSummary. AUTHOR_PARTNER
A constant which can be used with the author property of a AgreementSummary. AUTHOR_PII
A constant which can be used with the author property of a AgreementSummary. author
Gets the author of this AgreementSummary. content_url
Gets the content_url of this AgreementSummary. id
Gets the id of this AgreementSummary. prompt
Gets the prompt of this AgreementSummary. Methods
__init__
(**kwargs)Initializes a new AgreementSummary object with values from keyword arguments. -
AUTHOR_ORACLE
= 'ORACLE'¶ A constant which can be used with the author property of a AgreementSummary. This constant has a value of “ORACLE”
-
AUTHOR_PARTNER
= 'PARTNER'¶ A constant which can be used with the author property of a AgreementSummary. This constant has a value of “PARTNER”
-
AUTHOR_PII
= 'PII'¶ A constant which can be used with the author property of a AgreementSummary. This constant has a value of “PII”
-
__init__
(**kwargs)¶ Initializes a new AgreementSummary 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 AgreementSummary.
- content_url (str) – The value to assign to the content_url property of this AgreementSummary.
- author (str) – The value to assign to the author property of this AgreementSummary. Allowed values for this property are: “ORACLE”, “PARTNER”, “PII”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- prompt (str) – The value to assign to the prompt property of this AgreementSummary.
Gets the author of this AgreementSummary. Who authored the agreement.
Allowed values for this property are: “ORACLE”, “PARTNER”, “PII”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The author of this AgreementSummary. Return type: str
-
content_url
¶ Gets the content_url of this AgreementSummary. The content URL of the agreement.
Returns: The content_url of this AgreementSummary. Return type: str
-
id
¶ Gets the id of this AgreementSummary. The unique identifier for the agreement.
Returns: The id of this AgreementSummary. Return type: str
-
prompt
¶ Gets the prompt of this AgreementSummary. Textual prompt to read and accept the agreement.
Returns: The prompt of this AgreementSummary. Return type: str
-