Class DownloadUrl
Download Url object for the Java artifact.
Inherited Members
Namespace: Oci.JmsjavadownloadsService.Models
Assembly: OCI.DotNetSDK.Jmsjavadownloads.dll
Syntax
public class DownloadUrlProperties
DownloadUrlProp
Declaration
[Required(ErrorMessage = "DownloadUrlProp is required.")]
[JsonProperty(PropertyName = "downloadUrl")]
public string DownloadUrlProp { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The URL for downloading the artifact. | 
Remarks
Required
DownloadUrlType
Declaration
[Required(ErrorMessage = "DownloadUrlType is required.")]
[JsonProperty(PropertyName = "downloadUrlType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DownloadUrlType? DownloadUrlType { get; set; }Property Value
| Type | Description | 
|---|---|
| DownloadUrlType? | The type of download URL. | 
Remarks
Required