Show / Hide Table of Contents

Class GenerateArtifactDownloadUrlDetails

The attributes to generate a DownloadUrl for a Java runtime artifact.

Inheritance
object
GenerateArtifactDownloadUrlDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsjavadownloadsService.Models
Assembly: OCI.DotNetSDK.Jmsjavadownloads.dll
Syntax
public class GenerateArtifactDownloadUrlDetails

Properties

ArtifactId

Declaration
[Required(ErrorMessage = "ArtifactId is required.")]
[JsonProperty(PropertyName = "artifactId")]
public long? ArtifactId { get; set; }
Property Value
Type Description
long?

Unique identifier for the Java runtime artifact.

Remarks

Required

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The tenancy OCID of the user initiating the download.

In this article
Back to top