Show / Hide Table of Contents

Class ImageUri

Inheritance
object
ImageUri
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX