google_api_digital_asset_links v0.7.0 GoogleApi.DigitalAssetLinks.V1.Model.Asset 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DigitalAssetLinks.V1.Model.Asset{ androidApp: GoogleApi.DigitalAssetLinks.V1.Model.AndroidAppAsset.t(), web: GoogleApi.DigitalAssetLinks.V1.Model.WebAsset.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.