Class GetGenericArtifactContentRequest
Implements
Inherited Members
Namespace: Oci.GenericartifactscontentService.Requests
Assembly: OCI.DotNetSDK.Genericartifactscontent.dll
Syntax
public class GetGenericArtifactContentRequest : IOciRequest
Examples
Click here to see an example of how to use GetGenericArtifactContent request.
Properties
ArtifactId
Declaration
[Required(ErrorMessage = "ArtifactId is required.")]
[HttpConverter(TargetEnum.Path, "artifactId")]
public string ArtifactId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the artifact.
|
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned request ID
|