Show / Hide Table of Contents

Class ImageModuleData

Inheritance
object
ImageModuleData
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX