Class GetSuppressionRequest
Implements
Inherited Members
Namespace: Oci.EmailService.Requests
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class GetSuppressionRequest : IOciRequest
Examples
Click here to see an example of how to use GetSuppression request.
Properties
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 |
SuppressionId
Declaration
[Required(ErrorMessage = "SuppressionId is required.")]
[HttpConverter(TargetEnum.Path, "suppressionId")]
public string SuppressionId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique OCID of the suppression. |
Remarks
Required