CreateAgreementRecordDetails¶
-
class
oci.wlms.models.
CreateAgreementRecordDetails
(**kwargs)¶ Bases:
object
This object represents the fields to create a terms of use agreement record for a domain.
Methods
__init__
(**kwargs)Initializes a new CreateAgreementRecordDetails object with values from keyword arguments. Attributes
agreement_signature
[Required] Gets the agreement_signature of this CreateAgreementRecordDetails. agreement_uuid
[Required] Gets the agreement_uuid of this CreateAgreementRecordDetails. -
__init__
(**kwargs)¶ Initializes a new CreateAgreementRecordDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - agreement_uuid (str) – The value to assign to the agreement_uuid property of this CreateAgreementRecordDetails.
- agreement_signature (str) – The value to assign to the agreement_signature property of this CreateAgreementRecordDetails.
-
agreement_signature
¶ [Required] Gets the agreement_signature of this CreateAgreementRecordDetails. The agreement signature.
Returns: The agreement_signature of this CreateAgreementRecordDetails. Return type: str
-
agreement_uuid
¶ [Required] Gets the agreement_uuid of this CreateAgreementRecordDetails. The ID of the agreement to accept.
Returns: The agreement_uuid of this CreateAgreementRecordDetails. Return type: str
-