Show / Hide Table of Contents

Class GetGenericArtifactContentRequest

Inheritance
object
GetGenericArtifactContentRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Example: ocid1.genericartifact.oc1..exampleuniqueID

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
Example: bxxxxxxx-fxxx-4xxx-9xxx-bxxxxxxxxxxxIf you contact Oracle about a request, provide this request ID.

Implements

IOciRequest
In this article
Back to top