Class ImageModuleData
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class ImageModuleData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The ID associated with an image module. This field is here to enable ease of management of image modules.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
MainImage
A 100% width image.
Declaration
[JsonProperty("mainImage")]
public virtual Image MainImage { get; set; }
Property Value
Type | Description |
---|---|
Image |