Class GetSupportDocContentRequest
Implements
Inherited Members
Namespace: Oci.MarketplacepublisherService.Requests
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class GetSupportDocContentRequest : IOciRequest
Examples
Click here to see an example of how to use GetSupportDocContent request.
Properties
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
SupportDocCode
Declaration
[Required(ErrorMessage = "SupportDocCode is required.")]
[HttpConverter(TargetEnum.Path, "supportDocCode")]
public string SupportDocCode { get; set; }
Property Value
Type | Description |
---|---|
string | SupportDoc Code |
Remarks
Required