Class UpdateEmailDomainRequest
Implements
Inherited Members
Namespace: Oci.EmailService.Requests
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class UpdateEmailDomainRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateEmailDomain request.
Properties
EmailDomainId
Declaration
[Required(ErrorMessage = "EmailDomainId is required.")]
[HttpConverter(TargetEnum.Path, "emailDomainId")]
public string EmailDomainId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of this email domain. |
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | Used for optimistic concurrency control. In the update or delete call for a resource, set the |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The request ID for tracing from the system |
UpdateEmailDomainDetails
Declaration
[Required(ErrorMessage = "UpdateEmailDomainDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateEmailDomainDetails UpdateEmailDomainDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateEmailDomainDetails | The new email domain attributes to apply. |
Remarks
Required