GoogleApi.DigitalAssetLinks.V1.Model.Asset (google_api_digital_asset_links v0.14.0)

View Source

Uniquely identifies an asset. A digital asset is an identifiable and addressable online entity that typically provides some service or content. Examples of assets are websites, Android apps, Twitter feeds, and Plus Pages.

Attributes

  • androidApp (type: GoogleApi.DigitalAssetLinks.V1.Model.AndroidAppAsset.t, default: nil) - Set if this is an Android App asset.
  • web (type: GoogleApi.DigitalAssetLinks.V1.Model.WebAsset.t, default: nil) - Set if this is a web asset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DigitalAssetLinks.V1.Model.Asset{
  androidApp: GoogleApi.DigitalAssetLinks.V1.Model.AndroidAppAsset.t() | nil,
  web: GoogleApi.DigitalAssetLinks.V1.Model.WebAsset.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.