ReleaseAssetLink

class Object
trait Matchable
class Any

Value members

Concrete methods

def directAssetUrl: SelectionBuilder[ReleaseAssetLink, Option[String]]

Direct asset URL of the link.

Direct asset URL of the link.

def external: SelectionBuilder[ReleaseAssetLink, Option[Boolean]]

Indicates the link points to an external resource.

Indicates the link points to an external resource.

def id: SelectionBuilder[ReleaseAssetLink, String]

ID of the link.

ID of the link.

def linkType: SelectionBuilder[ReleaseAssetLink, Option[ReleaseAssetLinkType]]

Type of the link: other, runbook, image, package; defaults to other.

Type of the link: other, runbook, image, package; defaults to other.

def name: SelectionBuilder[ReleaseAssetLink, Option[String]]

Name of the link.

Name of the link.

def url: SelectionBuilder[ReleaseAssetLink, Option[String]]

URL of the link.

URL of the link.