Class GetStreamPackagingConfigRequest
Implements
Inherited Members
Namespace: Oci.MediaservicesService.Requests
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class GetStreamPackagingConfigRequest : IOciRequest
Examples
Click here to see an example of how to use GetStreamPackagingConfig 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. |
StreamPackagingConfigId
Declaration
[Required(ErrorMessage = "StreamPackagingConfigId is required.")]
[HttpConverter(TargetEnum.Path, "streamPackagingConfigId")]
public string StreamPackagingConfigId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Stream Packaging Configuration path identifier. |
Remarks
Required