Class ImageUri
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class ImageUri : IDirectResponseSchema
Properties
Description
Additional information about the image, which is unused and retained only for backward compatibility.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalizedDescription
Translated strings for the description, which are unused and retained only for backward compatibility.
Declaration
[JsonProperty("localizedDescription")]
public virtual LocalizedString LocalizedDescription { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
Uri
The location of the image. URIs must have a scheme.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |