GetReleaseLinkResult

data class GetReleaseLinkResult(val directAssetUrl: String, val external: Boolean, val filepath: String, val id: String, val linkId: Int, val linkType: String, val name: String, val project: String, val tagName: String, val url: String)

A collection of values returned by getReleaseLink.

Constructors

Link copied to clipboard
constructor(directAssetUrl: String, external: Boolean, filepath: String, id: String, linkId: Int, linkType: String, name: String, project: String, tagName: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

External or internal link.

Link copied to clipboard

Relative path for a Direct Asset link.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val linkId: Int

The ID of the link.

Link copied to clipboard

The type of the link. Valid values are other, runbook, image, package. Defaults to other.

Link copied to clipboard

The name of the link. Link names must be unique within the release.

Link copied to clipboard
Link copied to clipboard

The tag associated with the Release.

Link copied to clipboard
val url: String

The URL of the link. Link URLs must be unique within the release.