Class Asset
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.
Implements
Inherited Members
Namespace: Google.Apis.Digitalassetlinks.v1.Data
Assembly: Google.Apis.Digitalassetlinks.v1.dll
Syntax
public class Asset : IDirectResponseSchema
Properties
AndroidApp
Set if this is an Android App asset.
Declaration
[JsonProperty("androidApp")]
public virtual AndroidAppAsset AndroidApp { get; set; }
Property Value
Type | Description |
---|---|
AndroidAppAsset |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Web
Set if this is a web asset.
Declaration
[JsonProperty("web")]
public virtual WebAsset Web { get; set; }
Property Value
Type | Description |
---|---|
WebAsset |