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