Show / Hide Table of Contents

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.

Inheritance
object
Asset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX