Class ListShippingVendorsResponse
Implements
Inherited Members
Namespace: Oci.DtsService.Responses
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class ListShippingVendorsResponse : OciResponse, IOciResponse
Properties
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string |
ShippingVendors
Declaration
[HttpConverter(TargetEnum.Body)]
public ShippingVendors ShippingVendors { get; set; }
Property Value
Type | Description |
---|---|
ShippingVendors | The returned ShippingVendors instance. |