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.
__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: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