Struct google_digitalassetlinks1::Asset[][src]

pub struct Asset {
    pub web: Option<WebAsset>,
    pub android_app: Option<AndroidAppAsset>,
}

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.

This type is not used in any activity, and only used as part of another schema.

Fields

Set if this is a web asset.

Set if this is an Android App asset.

Trait Implementations

impl Default for Asset
[src]

Returns the "default value" for a type. Read more

impl Clone for Asset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Asset
[src]

Formats the value using the given formatter. Read more

impl Part for Asset
[src]

Auto Trait Implementations

impl Send for Asset

impl Sync for Asset