GenerateArtifactDownloadUrlDetails

class oci.jms_java_downloads.models.GenerateArtifactDownloadUrlDetails(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new GenerateArtifactDownloadUrlDetails object with values from keyword arguments.

Attributes

artifact_id [Required] Gets the artifact_id of this GenerateArtifactDownloadUrlDetails.
compartment_id Gets the compartment_id of this GenerateArtifactDownloadUrlDetails.
__init__(**kwargs)

Initializes a new GenerateArtifactDownloadUrlDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this GenerateArtifactDownloadUrlDetails.
  • artifact_id (int) – The value to assign to the artifact_id property of this GenerateArtifactDownloadUrlDetails.
artifact_id

[Required] Gets the artifact_id of this GenerateArtifactDownloadUrlDetails. Unique identifier for the Java runtime artifact.

Returns:The artifact_id of this GenerateArtifactDownloadUrlDetails.
Return type:int
compartment_id

Gets the compartment_id of this GenerateArtifactDownloadUrlDetails. The tenancy OCID of the user initiating the download.

Returns:The compartment_id of this GenerateArtifactDownloadUrlDetails.
Return type:str