Image

Wrapping type for Google hosted images. Next ID: 7

JSON representation
{
  "kind": string,
  "sourceUri": {
    object (ImageUri)
  },
  "contentDescription": {
    object (LocalizedString)
  }
}
Fields
kind
(deprecated)

string

Identifies what kind of resource this is. Value: the fixed string "walletobjects#image".

sourceUri

object (ImageUri)

The URI for the image.

contentDescription

object (LocalizedString)

Description of the image used for accessibility.

ImageUri

JSON representation
{
  "uri": string,
  "description": string,
  "localizedDescription": {
    object (LocalizedString)
  }
}
Fields
uri

string

The location of the image. URIs must have a scheme.

description
(deprecated)

string

Additional information about the image, which is unused and retained only for backward compatibility.

localizedDescription
(deprecated)

object (LocalizedString)

Translated strings for the description, which are unused and retained only for backward compatibility.