Show / Hide Table of Contents

Class CreateAgreementRecordDetails

This object represents the fields to create a terms of use agreement record for a domain.

Inheritance
object
CreateAgreementRecordDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class CreateAgreementRecordDetails

Properties

AgreementSignature

Declaration
[Required(ErrorMessage = "AgreementSignature is required.")]
[JsonProperty(PropertyName = "agreementSignature")]
public string AgreementSignature { get; set; }
Property Value
Type Description
string

The agreement signature.

Remarks

Required

AgreementUuid

Declaration
[Required(ErrorMessage = "AgreementUuid is required.")]
[JsonProperty(PropertyName = "agreementUuid")]
public string AgreementUuid { get; set; }
Property Value
Type Description
string

The ID of the agreement to accept.

Remarks

Required

In this article
Back to top