Google Wallet API . jwt

Instance Methods

close()

Close httplib2 connections.

insert(body=None, x__xgafv=None)

Inserts the resources in the JWT.

Method Details

close()
Close httplib2 connections.
insert(body=None, x__xgafv=None)
Inserts the resources in the JWT.

Args:
  body: object, The request body.
    The object takes the form of:

{
  "jwt": "A String", # A string representing a JWT of the format described at https://developers.google.com/wallet/reference/rest/v1/Jwt
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "resources": { # Data that corresponds to the ids of the provided classes and objects in the JWT. resources will only include the non-empty arrays (i.e. if the JWT only includes eventTicketObjects, then that is the only field that will be present in resources).
    "eventTicketClasses": [ # A list of event ticket classes.
      {
        "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
          "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
          "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
        },
        "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
          "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
            "firstBottomDetail": { # Optional information to display below the barcode.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "cardTemplateOverride": { # Override for the card view.
            "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
              {
                "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "item": { # The item to be displayed in the row. This item will be automatically centered.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              },
            ],
          },
          "detailsTemplateOverride": { # Override for the details view (beneath the card view).
            "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
              {
                "item": { # The item to be displayed in the details list.
                  "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                  "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                  "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                },
              },
            ],
          },
          "listTemplateOverride": { # Override for the passes list view.
            "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
              "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "transitOption": "A String",
            },
            "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
            "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
          },
        },
        "confirmationCodeLabel": "A String", # The label to use for the confirmation code value (`eventTicketObject.reservationInfo.confirmationCode`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `confirmationCodeLabel` and `customConfirmationCodeLabel` may not be set. If neither is set, the label will default to "Confirmation Code", localized. If the confirmation code field is unset, this label will not be used.
        "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
        "customConfirmationCodeLabel": { # A custom label to use for the confirmation code value (`eventTicketObject.reservationInfo.confirmationCode`) on the card detail view. This should only be used if the default "Confirmation Code" label or one of the `confirmationCodeLabel` options is not sufficient. Both `confirmationCodeLabel` and `customConfirmationCodeLabel` may not be set. If neither is set, the label will default to "Confirmation Code", localized. If the confirmation code field is unset, this label will not be used.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customGateLabel": { # A custom label to use for the gate value (`eventTicketObject.seatInfo.gate`) on the card detail view. This should only be used if the default "Gate" label or one of the `gateLabel` options is not sufficient. Both `gateLabel` and `customGateLabel` may not be set. If neither is set, the label will default to "Gate", localized. If the gate field is unset, this label will not be used.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customRowLabel": { # A custom label to use for the row value (`eventTicketObject.seatInfo.row`) on the card detail view. This should only be used if the default "Row" label or one of the `rowLabel` options is not sufficient. Both `rowLabel` and `customRowLabel` may not be set. If neither is set, the label will default to "Row", localized. If the row field is unset, this label will not be used.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customSeatLabel": { # A custom label to use for the seat value (`eventTicketObject.seatInfo.seat`) on the card detail view. This should only be used if the default "Seat" label or one of the `seatLabel` options is not sufficient. Both `seatLabel` and `customSeatLabel` may not be set. If neither is set, the label will default to "Seat", localized. If the seat field is unset, this label will not be used.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customSectionLabel": { # A custom label to use for the section value (`eventTicketObject.seatInfo.section`) on the card detail view. This should only be used if the default "Section" label or one of the `sectionLabel` options is not sufficient. Both `sectionLabel` and `customSectionLabel` may not be set. If neither is set, the label will default to "Section", localized. If the section field is unset, this label will not be used.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "dateTime": { # The date & time information of the event.
          "customDoorsOpenLabel": { # A custom label to use for the doors open value (`doorsOpen`) on the card detail view. This should only be used if the default "Doors Open" label or one of the `doorsOpenLabel` options is not sufficient. Both `doorsOpenLabel` and `customDoorsOpenLabel` may not be set. If neither is set, the label will default to "Doors Open", localized. If the doors open field is unset, this label will not be used.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "doorsOpen": "A String", # The date/time when the doors open at the venue. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the venue. For example, if the event occurs at the 20th hour of June 5th, 2018 at the venue, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the venue is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
          "doorsOpenLabel": "A String", # The label to use for the doors open value (`doorsOpen`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `doorsOpenLabel` and `customDoorsOpenLabel` may not be set. If neither is set, the label will default to "Doors Open", localized. If the doors open field is unset, this label will not be used.
          "end": "A String", # The date/time when the event ends. If the event spans multiple days, it should be the end date/time on the last day. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the venue. For example, if the event occurs at the 20th hour of June 5th, 2018 at the venue, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the venue is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventDateTime"`.
          "start": "A String", # The date/time when the event starts. If the event spans multiple days, it should be the start date/time on the first day. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the venue. For example, if the event occurs at the 20th hour of June 5th, 2018 at the venue, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the venue is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
        },
        "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
        "eventId": "A String", # The ID of the event. This ID should be unique for every event in an account. It is used to group tickets together if the user has saved multiple tickets for the same event. It can be at most 64 characters. If provided, the grouping will be stable. Be wary of unintentional collision to avoid grouping tickets that should not be grouped. If you use only one class per event, you can simply set this to the `classId` (with or without the issuer ID portion). If not provided, the platform will attempt to use other data to group tickets (potentially unstable).
        "eventName": { # Required. The name of the event, such as "LA Dodgers at SF Giants".
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "finePrint": { # The fine print, terms, or conditions of the ticket.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "gateLabel": "A String", # The label to use for the gate value (`eventTicketObject.seatInfo.gate`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `gateLabel` and `customGateLabel` may not be set. If neither is set, the label will default to "Gate", localized. If the gate field is unset, this label will not be used.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
        "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
          "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
          "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
          "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
        },
        "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventTicketClass"`.
        "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "logo": { # Wrapping type for Google hosted images. Next ID: 7 # The logo image of the ticket. This image is displayed in the card detail view of the app.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
        "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "A String",
        ],
        "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
          "comments": "A String",
        },
        "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
        "rowLabel": "A String", # The label to use for the row value (`eventTicketObject.seatInfo.row`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `rowLabel` and `customRowLabel` may not be set. If neither is set, the label will default to "Row", localized. If the row field is unset, this label will not be used.
        "seatLabel": "A String", # The label to use for the seat value (`eventTicketObject.seatInfo.seat`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `seatLabel` and `customSeatLabel` may not be set. If neither is set, the label will default to "Seat", localized. If the seat field is unset, this label will not be used.
        "sectionLabel": "A String", # The label to use for the section value (`eventTicketObject.seatInfo.section`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `sectionLabel` and `customSectionLabel` may not be set. If neither is set, the label will default to "Section", localized. If the section field is unset, this label will not be used.
        "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
          "animationType": "A String", # Type of animation.
        },
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "venue": { # Event venue details.
          "address": { # The address of the venue, such as "24 Willie Mays Plaza\nSan Francisco, CA 94107". Address lines are separated by line feed (`\n`) characters. This is required.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventVenue"`.
          "name": { # The name of the venue, such as "AT&T Park". This is required.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
        },
        "version": "A String", # Deprecated
        "viewUnlockRequirement": "A String", # View Unlock Requirement options for the event ticket.
        "wideLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the ticket. When provided, this will be used in place of the logo in the top left of the card view.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
      },
    ],
    "eventTicketObjects": [ # A list of event ticket objects.
      {
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "barcode": { # The barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#barcode"`.
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "type": "A String", # The type of barcode.
          "value": "A String", # The value encoded in the barcode.
        },
        "classId": "A String", # Required. The class associated with this object. The class must be of the same type as this object, must already exist, and must be approved. Class IDs should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you.
        "classReference": { # A copy of the inherited fields of the parent class. These fields are retrieved during a GET.
          "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
          "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
            "androidAppLinkInfo": { # Optional information about the partner app link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "displayText": { # Optional display text for the app link button. Character limit is 30.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "webAppLinkInfo": { # Optional information about the partner web link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          },
          "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
            "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
            "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
          },
          "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
            "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
              "firstBottomDetail": { # Optional information to display below the barcode.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
            },
            "cardTemplateOverride": { # Override for the card view.
              "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
                {
                  "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "item": { # The item to be displayed in the row. This item will be automatically centered.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                },
              ],
            },
            "detailsTemplateOverride": { # Override for the details view (beneath the card view).
              "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
                {
                  "item": { # The item to be displayed in the details list.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              ],
            },
            "listTemplateOverride": { # Override for the passes list view.
              "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
                "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
                "transitOption": "A String",
              },
              "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "confirmationCodeLabel": "A String", # The label to use for the confirmation code value (`eventTicketObject.reservationInfo.confirmationCode`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `confirmationCodeLabel` and `customConfirmationCodeLabel` may not be set. If neither is set, the label will default to "Confirmation Code", localized. If the confirmation code field is unset, this label will not be used.
          "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
          "customConfirmationCodeLabel": { # A custom label to use for the confirmation code value (`eventTicketObject.reservationInfo.confirmationCode`) on the card detail view. This should only be used if the default "Confirmation Code" label or one of the `confirmationCodeLabel` options is not sufficient. Both `confirmationCodeLabel` and `customConfirmationCodeLabel` may not be set. If neither is set, the label will default to "Confirmation Code", localized. If the confirmation code field is unset, this label will not be used.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customGateLabel": { # A custom label to use for the gate value (`eventTicketObject.seatInfo.gate`) on the card detail view. This should only be used if the default "Gate" label or one of the `gateLabel` options is not sufficient. Both `gateLabel` and `customGateLabel` may not be set. If neither is set, the label will default to "Gate", localized. If the gate field is unset, this label will not be used.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customRowLabel": { # A custom label to use for the row value (`eventTicketObject.seatInfo.row`) on the card detail view. This should only be used if the default "Row" label or one of the `rowLabel` options is not sufficient. Both `rowLabel` and `customRowLabel` may not be set. If neither is set, the label will default to "Row", localized. If the row field is unset, this label will not be used.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customSeatLabel": { # A custom label to use for the seat value (`eventTicketObject.seatInfo.seat`) on the card detail view. This should only be used if the default "Seat" label or one of the `seatLabel` options is not sufficient. Both `seatLabel` and `customSeatLabel` may not be set. If neither is set, the label will default to "Seat", localized. If the seat field is unset, this label will not be used.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customSectionLabel": { # A custom label to use for the section value (`eventTicketObject.seatInfo.section`) on the card detail view. This should only be used if the default "Section" label or one of the `sectionLabel` options is not sufficient. Both `sectionLabel` and `customSectionLabel` may not be set. If neither is set, the label will default to "Section", localized. If the section field is unset, this label will not be used.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "dateTime": { # The date & time information of the event.
            "customDoorsOpenLabel": { # A custom label to use for the doors open value (`doorsOpen`) on the card detail view. This should only be used if the default "Doors Open" label or one of the `doorsOpenLabel` options is not sufficient. Both `doorsOpenLabel` and `customDoorsOpenLabel` may not be set. If neither is set, the label will default to "Doors Open", localized. If the doors open field is unset, this label will not be used.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "doorsOpen": "A String", # The date/time when the doors open at the venue. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the venue. For example, if the event occurs at the 20th hour of June 5th, 2018 at the venue, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the venue is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
            "doorsOpenLabel": "A String", # The label to use for the doors open value (`doorsOpen`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `doorsOpenLabel` and `customDoorsOpenLabel` may not be set. If neither is set, the label will default to "Doors Open", localized. If the doors open field is unset, this label will not be used.
            "end": "A String", # The date/time when the event ends. If the event spans multiple days, it should be the end date/time on the last day. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the venue. For example, if the event occurs at the 20th hour of June 5th, 2018 at the venue, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the venue is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventDateTime"`.
            "start": "A String", # The date/time when the event starts. If the event spans multiple days, it should be the start date/time on the first day. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the venue. For example, if the event occurs at the 20th hour of June 5th, 2018 at the venue, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the venue is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
          },
          "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "eventId": "A String", # The ID of the event. This ID should be unique for every event in an account. It is used to group tickets together if the user has saved multiple tickets for the same event. It can be at most 64 characters. If provided, the grouping will be stable. Be wary of unintentional collision to avoid grouping tickets that should not be grouped. If you use only one class per event, you can simply set this to the `classId` (with or without the issuer ID portion). If not provided, the platform will attempt to use other data to group tickets (potentially unstable).
          "eventName": { # Required. The name of the event, such as "LA Dodgers at SF Giants".
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "finePrint": { # The fine print, terms, or conditions of the ticket.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "gateLabel": "A String", # The label to use for the gate value (`eventTicketObject.seatInfo.gate`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `gateLabel` and `customGateLabel` may not be set. If neither is set, the label will default to "Gate", localized. If the gate field is unset, this label will not be used.
          "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
          "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
            "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
            "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
            "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
          },
          "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
          "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
            {
              "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
              "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
            },
          ],
          "infoModuleData": { # Deprecated. Use textModulesData instead.
            "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
              {
                "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                  { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                    "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  },
                ],
              },
            ],
            "showLastUpdateTime": True or False,
          },
          "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventTicketClass"`.
          "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
            "uris": [ # The list of URIs.
              {
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            ],
          },
          "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "locations": [ # Note: This field is currently not supported to trigger geo notifications.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
              "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
              "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
            },
          ],
          "logo": { # Wrapping type for Google hosted images. Next ID: 7 # The logo image of the ticket. This image is displayed in the card detail view of the app.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
            { # A message that will be displayed with a Valuable
              "body": "A String", # The message body.
              "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
              "header": "A String", # The message header.
              "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
              "localizedBody": { # Translated strings for the message body.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the message header.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "messageType": "A String", # The message type.
            },
          ],
          "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
          "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
          "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
            "A String",
          ],
          "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
            "comments": "A String",
          },
          "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
          "rowLabel": "A String", # The label to use for the row value (`eventTicketObject.seatInfo.row`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `rowLabel` and `customRowLabel` may not be set. If neither is set, the label will default to "Row", localized. If the row field is unset, this label will not be used.
          "seatLabel": "A String", # The label to use for the seat value (`eventTicketObject.seatInfo.seat`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `seatLabel` and `customSeatLabel` may not be set. If neither is set, the label will default to "Seat", localized. If the seat field is unset, this label will not be used.
          "sectionLabel": "A String", # The label to use for the section value (`eventTicketObject.seatInfo.section`) on the card detail view. Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both `sectionLabel` and `customSectionLabel` may not be set. If neither is set, the label will default to "Section", localized. If the section field is unset, this label will not be used.
          "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
            "animationType": "A String", # Type of animation.
          },
          "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
            { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
              "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
              "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          ],
          "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
            { # Data for Value Added module. Required fields are header and uri.
              "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
              "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
              "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
                "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                  "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                  "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                },
              },
            },
          ],
          "venue": { # Event venue details.
            "address": { # The address of the venue, such as "24 Willie Mays Plaza\nSan Francisco, CA 94107". Address lines are separated by line feed (`\n`) characters. This is required.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventVenue"`.
            "name": { # The name of the venue, such as "AT&T Park". This is required.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "version": "A String", # Deprecated
          "viewUnlockRequirement": "A String", # View Unlock Requirement options for the event ticket.
          "wideLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the ticket. When provided, this will be used in place of the logo in the top left of the card view.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
        },
        "disableExpirationNotification": True or False, # Indicates if notifications should explicitly be suppressed. If this field is set to true, regardless of the `messages` field, expiration notifications to the user will be suppressed. By default, this field is set to false. Currently, this can only be set for offers.
        "faceValue": { # The face value of the ticket, matching what would be printed on a physical version of the ticket.
          "currencyCode": "A String", # The currency code, such as "USD" or "EUR."
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#money"`.
          "micros": "A String", # The unit of money amount in micros. For example, $1 USD would be represented as 1000000 micros.
        },
        "groupingInfo": { # Information that controls how passes are grouped together.
          "groupingId": "A String", # Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.
          "sortIndex": 42, # Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.
        },
        "hasLinkedDevice": True or False, # Whether this object is currently linked to a single device. This field is set by the platform when a user saves the object, linking it to their device. Intended for use by select partners. Contact support for additional information.
        "hasUsers": True or False, # Indicates if the object has users. This field is set by the platform.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, hero image of the class, if present, will be displayed. If hero image of the class is also not present, nothing will be displayed.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
        "id": "A String", # Required. The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. The unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventTicketObject"`.
        "linkedObjectIds": [ # linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this event ticket object. If a user had saved this event ticket, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you.
          "A String",
        ],
        "linkedOfferIds": [ # A list of offer objects linked to this event ticket. The offer objects must already exist. Offer object IDs should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you.
          "A String",
        ],
        "linksModuleData": { # Links module data. If links module data is also defined on the class, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "notifyPreference": "A String", # Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "passConstraints": { # Container for any constraints that may be placed on passes. # Pass constraints for the object. Includes limiting NFC and screenshot behaviors.
          "nfcConstraint": [ # The NFC constraints for the pass.
            "A String",
          ],
          "screenshotEligibility": "A String", # The screenshot eligibility for the pass.
        },
        "reservationInfo": { # Reservation details for this ticket. This is expected to be shared amongst all tickets that were purchased in the same order.
          "confirmationCode": "A String", # The confirmation code of the event reservation. This may also take the form of an "order number", "confirmation number", "reservation number", or other equivalent.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventReservationInfo"`.
        },
        "rotatingBarcode": { # The rotating barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "initialRotatingBarcodeValues": { # A payload containing many barcode values and start date/time. # Input only. NOTE: This feature is only available for the transit vertical. Optional set of initial rotating barcode values. This allows a small subset of barcodes to be included with the object. Further rotating barcode values must be uploaded with the UploadRotatingBarcodeValues endpoint.
            "periodMillis": "A String", # Required. The amount of time each barcode is valid for.
            "startDateTime": "A String", # Required. The date/time the first barcode is valid from. Barcodes will be rotated through using period_millis defined on the object's RotatingBarcodeValueInfo. This is an ISO 8601 extended format date/time, with an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year.
            "values": [ # Required. The values to encode in the barcode. At least one value is required.
              "A String",
            ],
          },
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "totpDetails": { # Configuration for the time-based OTP substitutions. See https://tools.ietf.org/html/rfc6238 # Details used to evaluate the {totp_value_n} substitutions.
            "algorithm": "A String", # The TOTP algorithm used to generate the OTP.
            "parameters": [ # The TOTP parameters for each of the {totp_value_*} substitutions. The TotpParameters at index n is used for the {totp_value_n} substitution.
              { # Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3
                "key": "A String", # The secret key used for the TOTP value generation, encoded as a Base16 string.
                "valueLength": 42, # The length of the TOTP value in decimal digits.
              },
            ],
            "periodMillis": "A String", # The time interval used for the TOTP value generation, in milliseconds.
          },
          "type": "A String", # The type of this barcode.
          "valuePattern": "A String", # String encoded barcode value. This string supports the following substitutions: * {totp_value_n}: Replaced with the TOTP value (see TotpDetails.parameters). * {totp_timestamp_millis}: Replaced with the timestamp (millis since epoch) at which the barcode was generated. * {totp_timestamp_seconds}: Replaced with the timestamp (seconds since epoch) at which the barcode was generated.
        },
        "saveRestrictions": { # Defines restrictions on the object that will be verified during save. Note: this is an advanced feature, please contact Google for implementation support. # Restrictions on the object that needs to be verified before the user tries to save the pass. Note that this restrictions will only be applied during save time. If the restrictions changed after a user saves the pass, the new restrictions will not be applied to an already saved pass.
          "restrictToEmailSha256": "A String", # Restrict the save of the referencing object to the given email address only. This is the hex output of SHA256 sum of the email address, all lowercase and without any notations like "." or "+", except "@". For example, for example@example.com, this value will be 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 and for Example@example.com, this value will be bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 If email address of the logged-in user who tries to save this pass does not match with the defined value here, users won't be allowed to save this pass. They will instead be prompted with an error to contact the issuer. This information should be gathered from the user with an explicit consent via Sign in with Google integration https://developers.google.com/identity/authentication. Please contact with support before using Save Restrictions.
        },
        "seatInfo": { # Seating details for this ticket.
          "gate": { # The gate the ticket holder should enter to get to their seat, such as "A" or "West". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventSeat"`.
          "row": { # The row of the seat, such as "1", E", "BB", or "A5". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "seat": { # The seat number, such as "1", "2", "3", or any other seat identifier. This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "section": { # The section of the seat, such as "121". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
        },
        "smartTapRedemptionValue": "A String", # The value that will be transmitted to a Smart Tap certified terminal over NFC for this object. The class level fields `enableSmartTap` and `redemptionIssuers` must also be set up correctly in order for the pass to support Smart Tap. Only ASCII characters are supported.
        "state": "A String", # Required. The state of the object. This field is used to determine how an object is displayed in the app. For example, an `inactive` object is moved to the "Expired passes" section.
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "ticketHolderName": "A String", # Name of the ticket holder, if the ticket is assigned to a person. E.g. "John Doe" or "Jane Doe".
        "ticketNumber": "A String", # The number of the ticket. This can be a unique identifier across all tickets in an issuer's system, all tickets for the event (e.g. XYZ1234512345), or all tickets in the order (1, 2, 3, etc.).
        "ticketType": { # The type of the ticket, such as "Adult" or "Child", or "VIP" or "Standard".
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "validTimeInterval": { # The time period this object will be `active` and object can be used. An object's state will be changed to `expired` when this time period has passed.
          "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
          "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
        },
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
      },
    ],
    "flightClasses": [ # A list of flight classes.
      {
        "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "boardingAndSeatingPolicy": { # Policies for boarding and seating. These will inform which labels will be shown to users.
          "boardingPolicy": "A String", # Indicates the policy the airline uses for boarding. If unset, Google will default to `zoneBased`.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#boardingAndSeatingPolicy"`.
          "seatClassPolicy": "A String", # Seating policy which dictates how we display the seat class. If unset, Google will default to `cabinBased`.
        },
        "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
          "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
          "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
        },
        "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
          "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
            "firstBottomDetail": { # Optional information to display below the barcode.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "cardTemplateOverride": { # Override for the card view.
            "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
              {
                "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "item": { # The item to be displayed in the row. This item will be automatically centered.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              },
            ],
          },
          "detailsTemplateOverride": { # Override for the details view (beneath the card view).
            "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
              {
                "item": { # The item to be displayed in the details list.
                  "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                  "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                  "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                },
              },
            ],
          },
          "listTemplateOverride": { # Override for the passes list view.
            "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
              "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "transitOption": "A String",
            },
            "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
            "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
          },
        },
        "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
        "destination": { # Required. Destination airport.
          "airportIataCode": "A String", # Three character IATA airport code. This is a required field for `origin` and `destination`. Eg: "SFO"
          "airportNameOverride": { # Optional field that overrides the airport city name defined by IATA. By default, Google takes the `airportIataCode` provided and maps it to the official airport city name defined by IATA. Official IATA airport city names can be found at IATA airport city names website. For example, for the airport IATA code "LTN", IATA website tells us that the corresponding airport city is "London". If this field is not populated, Google would display "London". However, populating this field with a custom name (eg: "London Luton") would override it.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "gate": "A String", # A name of the gate. Eg: "B59" or "59"
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#airportInfo"`.
          "terminal": "A String", # Terminal name. Eg: "INTL" or "I"
        },
        "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
        "flightHeader": { # Required. Information about the flight carrier and number.
          "carrier": { # Information about airline carrier. This is a required property of `flightHeader`.
            "airlineAllianceLogo": { # Wrapping type for Google hosted images. Next ID: 7 # A logo for the airline alliance, displayed below the QR code that the passenger scans to board.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "airlineLogo": { # Wrapping type for Google hosted images. Next ID: 7 # A logo for the airline described by carrierIataCode and localizedAirlineName. This logo will be rendered at the top of the detailed card view.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "airlineName": { # A localized name of the airline specified by carrierIataCode. If unset, `issuer_name` or `localized_issuer_name` from `FlightClass` will be used for display purposes. eg: "Swiss Air" for "LX"
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "carrierIataCode": "A String", # Two character IATA airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or `carrierIcaoCode` needs to be provided for `carrier` and `operatingCarrier`. eg: "LX" for Swiss Air
            "carrierIcaoCode": "A String", # Three character ICAO airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or `carrierIataCode` needs to be provided for `carrier` and `operatingCarrier`. eg: "EZY" for Easy Jet
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightCarrier"`.
            "wideAirlineLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the airline. When provided, this will be used in place of the airline logo in the top left of the card view.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
          "flightNumber": "A String", # The flight number without IATA carrier code. This field should contain only digits. This is a required property of `flightHeader`. eg: "123"
          "flightNumberDisplayOverride": "A String", # Override value to use for flight number. The default value used for display purposes is carrier + flight_number. If a different value needs to be shown to passengers, use this field to override the default behavior. eg: "XX1234 / YY576"
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightHeader"`.
          "operatingCarrier": { # Information about operating airline carrier.
            "airlineAllianceLogo": { # Wrapping type for Google hosted images. Next ID: 7 # A logo for the airline alliance, displayed below the QR code that the passenger scans to board.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "airlineLogo": { # Wrapping type for Google hosted images. Next ID: 7 # A logo for the airline described by carrierIataCode and localizedAirlineName. This logo will be rendered at the top of the detailed card view.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "airlineName": { # A localized name of the airline specified by carrierIataCode. If unset, `issuer_name` or `localized_issuer_name` from `FlightClass` will be used for display purposes. eg: "Swiss Air" for "LX"
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "carrierIataCode": "A String", # Two character IATA airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or `carrierIcaoCode` needs to be provided for `carrier` and `operatingCarrier`. eg: "LX" for Swiss Air
            "carrierIcaoCode": "A String", # Three character ICAO airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or `carrierIataCode` needs to be provided for `carrier` and `operatingCarrier`. eg: "EZY" for Easy Jet
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightCarrier"`.
            "wideAirlineLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the airline. When provided, this will be used in place of the airline logo in the top left of the card view.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
          "operatingFlightNumber": "A String", # The flight number used by the operating carrier without IATA carrier code. This field should contain only digits. eg: "234"
        },
        "flightStatus": "A String", # Status of this flight. If unset, Google will compute status based on data from other sources, such as FlightStats, etc. Note: Google-computed status will not be returned in API responses.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
        "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
          "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
          "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
          "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
        },
        "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightClass"`.
        "languageOverride": "A String", # If this field is present, boarding passes served to a user's device will always be in this language. Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
        "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "localBoardingDateTime": "A String", # The boarding time as it would be printed on the boarding pass. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on departure airport.
        "localEstimatedOrActualArrivalDateTime": "A String", # The estimated time the aircraft plans to reach the destination gate (not the runway) or the actual time it reached the gate. This field should be set if at least one of the below is true: - It differs from the scheduled time. Google will use it to calculate the delay. - The aircraft already arrived at the gate. Google will use it to inform the user that the flight has arrived at the gate. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on arrival airport.
        "localEstimatedOrActualDepartureDateTime": "A String", # The estimated time the aircraft plans to pull from the gate or the actual time the aircraft already pulled from the gate. Note: This is not the runway time. This field should be set if at least one of the below is true: - It differs from the scheduled time. Google will use it to calculate the delay. - The aircraft already pulled from the gate. Google will use it to inform the user when the flight actually departed. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on departure airport.
        "localGateClosingDateTime": "A String", # The gate closing time as it would be printed on the boarding pass. Do not set this field if you do not want to print it in the boarding pass. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on departure airport.
        "localScheduledArrivalDateTime": "A String", # The scheduled time the aircraft plans to reach the destination gate (not the runway). Note: This field should not change too close to the flight time. For updates to departure times (delays, etc), please set `localEstimatedOrActualArrivalDateTime`. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on arrival airport.
        "localScheduledDepartureDateTime": "A String", # Required. The scheduled date and time when the aircraft is expected to depart the gate (not the runway) Note: This field should not change too close to the departure time. For updates to departure times (delays, etc), please set `localEstimatedOrActualDepartureDateTime`. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on departure airport.
        "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
        "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "origin": { # Required. Origin airport.
          "airportIataCode": "A String", # Three character IATA airport code. This is a required field for `origin` and `destination`. Eg: "SFO"
          "airportNameOverride": { # Optional field that overrides the airport city name defined by IATA. By default, Google takes the `airportIataCode` provided and maps it to the official airport city name defined by IATA. Official IATA airport city names can be found at IATA airport city names website. For example, for the airport IATA code "LTN", IATA website tells us that the corresponding airport city is "London". If this field is not populated, Google would display "London". However, populating this field with a custom name (eg: "London Luton") would override it.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "gate": "A String", # A name of the gate. Eg: "B59" or "59"
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#airportInfo"`.
          "terminal": "A String", # Terminal name. Eg: "INTL" or "I"
        },
        "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "A String",
        ],
        "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
          "comments": "A String",
        },
        "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
        "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
          "animationType": "A String", # Type of animation.
        },
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
        "viewUnlockRequirement": "A String", # View Unlock Requirement options for the boarding pass.
        "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
      },
    ],
    "flightObjects": [ # A list of flight objects.
      {
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "barcode": { # The barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#barcode"`.
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "type": "A String", # The type of barcode.
          "value": "A String", # The value encoded in the barcode.
        },
        "boardingAndSeatingInfo": { # Passenger specific information about boarding and seating.
          "boardingDoor": "A String", # Set this field only if this flight boards through more than one door or bridge and you want to explicitly print the door location on the boarding pass. Most airlines route their passengers to the right door or bridge by refering to doors/bridges by the `seatClass`. In those cases `boardingDoor` should not be set.
          "boardingGroup": "A String", # The value of boarding group (or zone) this passenger shall board with. eg: "B" The label for this value will be determined by the `boardingPolicy` field in the `flightClass` referenced by this object.
          "boardingPosition": "A String", # The value of boarding position. eg: "76"
          "boardingPrivilegeImage": { # Wrapping type for Google hosted images. Next ID: 7 # A small image shown above the boarding barcode. Airlines can use it to communicate any special boarding privileges. In the event the security program logo is also set, this image might be rendered alongside the logo for that security program.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#boardingAndSeatingInfo"`.
          "seatAssignment": { # The passenger's seat assignment. To be used when there is no specific identifier to use in `seatNumber`. eg: "assigned at gate"
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "seatClass": "A String", # The value of the seat class. eg: "Economy" or "Economy Plus"
          "seatNumber": "A String", # The value of passenger seat. If there is no specific identifier, use `seatAssignment` instead. eg: "25A"
          "sequenceNumber": "A String", # The sequence number on the boarding pass. This usually matches the sequence in which the passengers checked in. Airline might use the number for manual boarding and bag tags. eg: "49"
        },
        "classId": "A String", # Required. The class associated with this object. The class must be of the same type as this object, must already exist, and must be approved. Class IDs should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you.
        "classReference": { # A copy of the inherited fields of the parent class. These fields are retrieved during a GET.
          "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
          "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
            "androidAppLinkInfo": { # Optional information about the partner app link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "displayText": { # Optional display text for the app link button. Character limit is 30.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "webAppLinkInfo": { # Optional information about the partner web link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          },
          "boardingAndSeatingPolicy": { # Policies for boarding and seating. These will inform which labels will be shown to users.
            "boardingPolicy": "A String", # Indicates the policy the airline uses for boarding. If unset, Google will default to `zoneBased`.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#boardingAndSeatingPolicy"`.
            "seatClassPolicy": "A String", # Seating policy which dictates how we display the seat class. If unset, Google will default to `cabinBased`.
          },
          "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
            "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
            "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
          },
          "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
            "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
              "firstBottomDetail": { # Optional information to display below the barcode.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
            },
            "cardTemplateOverride": { # Override for the card view.
              "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
                {
                  "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "item": { # The item to be displayed in the row. This item will be automatically centered.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                },
              ],
            },
            "detailsTemplateOverride": { # Override for the details view (beneath the card view).
              "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
                {
                  "item": { # The item to be displayed in the details list.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              ],
            },
            "listTemplateOverride": { # Override for the passes list view.
              "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
                "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
                "transitOption": "A String",
              },
              "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
          "destination": { # Required. Destination airport.
            "airportIataCode": "A String", # Three character IATA airport code. This is a required field for `origin` and `destination`. Eg: "SFO"
            "airportNameOverride": { # Optional field that overrides the airport city name defined by IATA. By default, Google takes the `airportIataCode` provided and maps it to the official airport city name defined by IATA. Official IATA airport city names can be found at IATA airport city names website. For example, for the airport IATA code "LTN", IATA website tells us that the corresponding airport city is "London". If this field is not populated, Google would display "London". However, populating this field with a custom name (eg: "London Luton") would override it.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "gate": "A String", # A name of the gate. Eg: "B59" or "59"
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#airportInfo"`.
            "terminal": "A String", # Terminal name. Eg: "INTL" or "I"
          },
          "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "flightHeader": { # Required. Information about the flight carrier and number.
            "carrier": { # Information about airline carrier. This is a required property of `flightHeader`.
              "airlineAllianceLogo": { # Wrapping type for Google hosted images. Next ID: 7 # A logo for the airline alliance, displayed below the QR code that the passenger scans to board.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "airlineLogo": { # Wrapping type for Google hosted images. Next ID: 7 # A logo for the airline described by carrierIataCode and localizedAirlineName. This logo will be rendered at the top of the detailed card view.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "airlineName": { # A localized name of the airline specified by carrierIataCode. If unset, `issuer_name` or `localized_issuer_name` from `FlightClass` will be used for display purposes. eg: "Swiss Air" for "LX"
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "carrierIataCode": "A String", # Two character IATA airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or `carrierIcaoCode` needs to be provided for `carrier` and `operatingCarrier`. eg: "LX" for Swiss Air
              "carrierIcaoCode": "A String", # Three character ICAO airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or `carrierIataCode` needs to be provided for `carrier` and `operatingCarrier`. eg: "EZY" for Easy Jet
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightCarrier"`.
              "wideAirlineLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the airline. When provided, this will be used in place of the airline logo in the top left of the card view.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
            },
            "flightNumber": "A String", # The flight number without IATA carrier code. This field should contain only digits. This is a required property of `flightHeader`. eg: "123"
            "flightNumberDisplayOverride": "A String", # Override value to use for flight number. The default value used for display purposes is carrier + flight_number. If a different value needs to be shown to passengers, use this field to override the default behavior. eg: "XX1234 / YY576"
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightHeader"`.
            "operatingCarrier": { # Information about operating airline carrier.
              "airlineAllianceLogo": { # Wrapping type for Google hosted images. Next ID: 7 # A logo for the airline alliance, displayed below the QR code that the passenger scans to board.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "airlineLogo": { # Wrapping type for Google hosted images. Next ID: 7 # A logo for the airline described by carrierIataCode and localizedAirlineName. This logo will be rendered at the top of the detailed card view.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "airlineName": { # A localized name of the airline specified by carrierIataCode. If unset, `issuer_name` or `localized_issuer_name` from `FlightClass` will be used for display purposes. eg: "Swiss Air" for "LX"
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "carrierIataCode": "A String", # Two character IATA airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or `carrierIcaoCode` needs to be provided for `carrier` and `operatingCarrier`. eg: "LX" for Swiss Air
              "carrierIcaoCode": "A String", # Three character ICAO airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or `carrierIataCode` needs to be provided for `carrier` and `operatingCarrier`. eg: "EZY" for Easy Jet
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightCarrier"`.
              "wideAirlineLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the airline. When provided, this will be used in place of the airline logo in the top left of the card view.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
            },
            "operatingFlightNumber": "A String", # The flight number used by the operating carrier without IATA carrier code. This field should contain only digits. eg: "234"
          },
          "flightStatus": "A String", # Status of this flight. If unset, Google will compute status based on data from other sources, such as FlightStats, etc. Note: Google-computed status will not be returned in API responses.
          "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
          "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
            "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
            "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
            "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
          },
          "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
          "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
            {
              "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
              "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
            },
          ],
          "infoModuleData": { # Deprecated. Use textModulesData instead.
            "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
              {
                "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                  { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                    "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  },
                ],
              },
            ],
            "showLastUpdateTime": True or False,
          },
          "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightClass"`.
          "languageOverride": "A String", # If this field is present, boarding passes served to a user's device will always be in this language. Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
          "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
            "uris": [ # The list of URIs.
              {
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            ],
          },
          "localBoardingDateTime": "A String", # The boarding time as it would be printed on the boarding pass. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on departure airport.
          "localEstimatedOrActualArrivalDateTime": "A String", # The estimated time the aircraft plans to reach the destination gate (not the runway) or the actual time it reached the gate. This field should be set if at least one of the below is true: - It differs from the scheduled time. Google will use it to calculate the delay. - The aircraft already arrived at the gate. Google will use it to inform the user that the flight has arrived at the gate. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on arrival airport.
          "localEstimatedOrActualDepartureDateTime": "A String", # The estimated time the aircraft plans to pull from the gate or the actual time the aircraft already pulled from the gate. Note: This is not the runway time. This field should be set if at least one of the below is true: - It differs from the scheduled time. Google will use it to calculate the delay. - The aircraft already pulled from the gate. Google will use it to inform the user when the flight actually departed. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on departure airport.
          "localGateClosingDateTime": "A String", # The gate closing time as it would be printed on the boarding pass. Do not set this field if you do not want to print it in the boarding pass. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on departure airport.
          "localScheduledArrivalDateTime": "A String", # The scheduled time the aircraft plans to reach the destination gate (not the runway). Note: This field should not change too close to the flight time. For updates to departure times (delays, etc), please set `localEstimatedOrActualArrivalDateTime`. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on arrival airport.
          "localScheduledDepartureDateTime": "A String", # Required. The scheduled date and time when the aircraft is expected to depart the gate (not the runway) Note: This field should not change too close to the departure time. For updates to departure times (delays, etc), please set `localEstimatedOrActualDepartureDateTime`. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on departure airport.
          "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "locations": [ # Note: This field is currently not supported to trigger geo notifications.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
              "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
              "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
            },
          ],
          "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
            { # A message that will be displayed with a Valuable
              "body": "A String", # The message body.
              "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
              "header": "A String", # The message header.
              "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
              "localizedBody": { # Translated strings for the message body.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the message header.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "messageType": "A String", # The message type.
            },
          ],
          "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
          "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
          "origin": { # Required. Origin airport.
            "airportIataCode": "A String", # Three character IATA airport code. This is a required field for `origin` and `destination`. Eg: "SFO"
            "airportNameOverride": { # Optional field that overrides the airport city name defined by IATA. By default, Google takes the `airportIataCode` provided and maps it to the official airport city name defined by IATA. Official IATA airport city names can be found at IATA airport city names website. For example, for the airport IATA code "LTN", IATA website tells us that the corresponding airport city is "London". If this field is not populated, Google would display "London". However, populating this field with a custom name (eg: "London Luton") would override it.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "gate": "A String", # A name of the gate. Eg: "B59" or "59"
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#airportInfo"`.
            "terminal": "A String", # Terminal name. Eg: "INTL" or "I"
          },
          "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
            "A String",
          ],
          "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
            "comments": "A String",
          },
          "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
          "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
            "animationType": "A String", # Type of animation.
          },
          "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
            { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
              "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
              "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          ],
          "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
            { # Data for Value Added module. Required fields are header and uri.
              "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
              "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
              "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
                "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                  "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                  "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                },
              },
            },
          ],
          "version": "A String", # Deprecated
          "viewUnlockRequirement": "A String", # View Unlock Requirement options for the boarding pass.
          "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
        },
        "disableExpirationNotification": True or False, # Indicates if notifications should explicitly be suppressed. If this field is set to true, regardless of the `messages` field, expiration notifications to the user will be suppressed. By default, this field is set to false. Currently, this can only be set for Flights.
        "groupingInfo": { # Information that controls how passes are grouped together.
          "groupingId": "A String", # Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.
          "sortIndex": 42, # Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.
        },
        "hasLinkedDevice": True or False, # Whether this object is currently linked to a single device. This field is set by the platform when a user saves the object, linking it to their device. Intended for use by select partners. Contact support for additional information.
        "hasUsers": True or False, # Indicates if the object has users. This field is set by the platform.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, hero image of the class, if present, will be displayed. If hero image of the class is also not present, nothing will be displayed.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
        "id": "A String", # Required. The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. The unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightObject"`.
        "linkedObjectIds": [ # linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this flight object. If a user had saved this boarding pass, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you.
          "A String",
        ],
        "linksModuleData": { # Links module data. If links module data is also defined on the class, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "notifyPreference": "A String", # Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "passConstraints": { # Container for any constraints that may be placed on passes. # Pass constraints for the object. Includes limiting NFC and screenshot behaviors.
          "nfcConstraint": [ # The NFC constraints for the pass.
            "A String",
          ],
          "screenshotEligibility": "A String", # The screenshot eligibility for the pass.
        },
        "passengerName": "A String", # Required. Passenger name as it would appear on the boarding pass. eg: "Dave M Gahan" or "Gahan/Dave" or "GAHAN/DAVEM"
        "reservationInfo": { # Required. Information about flight reservation.
          "confirmationCode": "A String", # Confirmation code needed to check into this flight. This is the number that the passenger would enter into a kiosk at the airport to look up the flight and print a boarding pass.
          "eticketNumber": "A String", # E-ticket number.
          "frequentFlyerInfo": { # Frequent flyer membership information.
            "frequentFlyerNumber": "A String", # Frequent flyer number. Required for each nested object of kind `walletobjects#frequentFlyerInfo`.
            "frequentFlyerProgramName": { # Frequent flyer program name. eg: "Lufthansa Miles & More"
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#frequentFlyerInfo"`.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#reservationInfo"`.
        },
        "rotatingBarcode": { # The rotating barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "initialRotatingBarcodeValues": { # A payload containing many barcode values and start date/time. # Input only. NOTE: This feature is only available for the transit vertical. Optional set of initial rotating barcode values. This allows a small subset of barcodes to be included with the object. Further rotating barcode values must be uploaded with the UploadRotatingBarcodeValues endpoint.
            "periodMillis": "A String", # Required. The amount of time each barcode is valid for.
            "startDateTime": "A String", # Required. The date/time the first barcode is valid from. Barcodes will be rotated through using period_millis defined on the object's RotatingBarcodeValueInfo. This is an ISO 8601 extended format date/time, with an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year.
            "values": [ # Required. The values to encode in the barcode. At least one value is required.
              "A String",
            ],
          },
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "totpDetails": { # Configuration for the time-based OTP substitutions. See https://tools.ietf.org/html/rfc6238 # Details used to evaluate the {totp_value_n} substitutions.
            "algorithm": "A String", # The TOTP algorithm used to generate the OTP.
            "parameters": [ # The TOTP parameters for each of the {totp_value_*} substitutions. The TotpParameters at index n is used for the {totp_value_n} substitution.
              { # Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3
                "key": "A String", # The secret key used for the TOTP value generation, encoded as a Base16 string.
                "valueLength": 42, # The length of the TOTP value in decimal digits.
              },
            ],
            "periodMillis": "A String", # The time interval used for the TOTP value generation, in milliseconds.
          },
          "type": "A String", # The type of this barcode.
          "valuePattern": "A String", # String encoded barcode value. This string supports the following substitutions: * {totp_value_n}: Replaced with the TOTP value (see TotpDetails.parameters). * {totp_timestamp_millis}: Replaced with the timestamp (millis since epoch) at which the barcode was generated. * {totp_timestamp_seconds}: Replaced with the timestamp (seconds since epoch) at which the barcode was generated.
        },
        "saveRestrictions": { # Defines restrictions on the object that will be verified during save. Note: this is an advanced feature, please contact Google for implementation support. # Restrictions on the object that needs to be verified before the user tries to save the pass. Note that this restrictions will only be applied during save time. If the restrictions changed after a user saves the pass, the new restrictions will not be applied to an already saved pass.
          "restrictToEmailSha256": "A String", # Restrict the save of the referencing object to the given email address only. This is the hex output of SHA256 sum of the email address, all lowercase and without any notations like "." or "+", except "@". For example, for example@example.com, this value will be 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 and for Example@example.com, this value will be bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 If email address of the logged-in user who tries to save this pass does not match with the defined value here, users won't be allowed to save this pass. They will instead be prompted with an error to contact the issuer. This information should be gathered from the user with an explicit consent via Sign in with Google integration https://developers.google.com/identity/authentication. Please contact with support before using Save Restrictions.
        },
        "securityProgramLogo": { # Wrapping type for Google hosted images. Next ID: 7 # An image for the security program that applies to the passenger.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "smartTapRedemptionValue": "A String", # The value that will be transmitted to a Smart Tap certified terminal over NFC for this object. The class level fields `enableSmartTap` and `redemptionIssuers` must also be set up correctly in order for the pass to support Smart Tap. Only ASCII characters are supported.
        "state": "A String", # Required. The state of the object. This field is used to determine how an object is displayed in the app. For example, an `inactive` object is moved to the "Expired passes" section.
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "validTimeInterval": { # The time period this object will be `active` and object can be used. An object's state will be changed to `expired` when this time period has passed.
          "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
          "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
        },
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
      },
    ],
    "genericClasses": [ # A list of generic classes.
      { # Generic Class
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
          "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
          "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
        },
        "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
          "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
            "firstBottomDetail": { # Optional information to display below the barcode.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "cardTemplateOverride": { # Override for the card view.
            "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
              {
                "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "item": { # The item to be displayed in the row. This item will be automatically centered.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              },
            ],
          },
          "detailsTemplateOverride": { # Override for the details view (beneath the card view).
            "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
              {
                "item": { # The item to be displayed in the details list.
                  "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                  "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                  "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                },
              },
            ],
          },
          "listTemplateOverride": { # Override for the passes list view.
            "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
              "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "transitOption": "A String",
            },
            "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
            "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
          },
        },
        "enableSmartTap": True or False, # Available only to Smart Tap enabled partners. Contact support for additional guidance.
        "id": "A String", # Required. The unique identifier for the class. This ID must be unique across all from an issuer. This value needs to follow the format `issuerID.identifier` where `issuerID` is issued by Google and `identifier` is chosen by you. The unique identifier can only include alphanumeric characters, `.`, `_`, or `-`.
        "imageModulesData": [ # Image module data. If `imageModulesData` is also defined on the object, both will be displayed. Only one of the image from class and one from object level will be rendered when both set.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "linksModuleData": { # Links module data. If `linksModuleData` is also defined on the object, both will be displayed. The maximum number of these fields displayed is 10 from class and 10 from object.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
        "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "A String",
        ],
        "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
          "animationType": "A String", # Type of animation.
        },
        "textModulesData": [ # Text module data. If `textModulesData` is also defined on the object, both will be displayed. The maximum number of these fields displayed is 10 from class and 10 from object.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "viewUnlockRequirement": "A String", # View Unlock Requirement options for the generic pass.
      },
    ],
    "genericObjects": [ # A list of generic objects.
      { # Generic Object
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "barcode": { # The barcode type and value. If pass does not have a barcode, we can allow the issuer to set Barcode.alternate_text and display just that.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#barcode"`.
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "type": "A String", # The type of barcode.
          "value": "A String", # The value encoded in the barcode.
        },
        "cardTitle": { # Required. The header of the pass. This is usually the Business name such as "XXX Gym", "AAA Insurance". This field is required and appears in the header row at the very top of the pass.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "classId": "A String", # Required. The class associated with this object. The class must be of the same type as this object, must already exist, and must be approved. Class IDs should follow the format `issuerID.identifier` where `issuerID` is issued by Google and `identifier` is chosen by you.
        "genericType": "A String", # Specify which `GenericType` the card belongs to.
        "groupingInfo": { # Information that controls how passes are grouped together.
          "groupingId": "A String", # Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.
          "sortIndex": 42, # Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.
        },
        "hasUsers": True or False, # Indicates if the object has users. This field is set by the platform.
        "header": { # Required. The title of the pass, such as "50% off coupon" or "Library card" or "Voucher". This field is required and appears in the title row of the pass detail view.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Banner image displayed on the front of the card if present. The image will be displayed at 100% width.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set, the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used and if logo is not set, a color would be chosen by Google.
        "id": "A String", # Required. The unique identifier for an object. This ID must be unique across all objects from an issuer. This value needs to follow the format `issuerID.identifier` where `issuerID` is issued by Google and `identifier` is chosen by you. The unique identifier can only include alphanumeric characters, `.`, `_`, or `-`.
        "imageModulesData": [ # Image module data. Only one of the image from class and one from object level will be rendered when both set.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "linkedObjectIds": [ # linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this generic object. If a user had saved this generic card, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you.
          "A String",
        ],
        "linksModuleData": { # Links module data. If `linksModuleData` is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from class and 10 from object.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "logo": { # Wrapping type for Google hosted images. Next ID: 7 # The logo image of the pass. This image is displayed in the card detail view in upper left, and also on the list/thumbnail view. If the logo is not present, the first letter of `cardTitle` would be shown as logo.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "notifications": { # Indicates if the object needs to have notification enabled. We support only one of ExpiryNotification/UpcomingNotification. `expiryNotification` takes precedence over `upcomingNotification`. In other words if `expiryNotification` is set, we ignore the `upcomingNotification` field. # The notification settings that are enabled for this object.
          "expiryNotification": { # Indicates that the issuer would like Google Wallet to send expiry notifications 2 days prior to the card expiration. # A notification would be triggered at a specific time before the card expires.
            "enableNotification": True or False, # Indicates if the object needs to have expiry notification enabled.
          },
          "upcomingNotification": { # Indicates that the issuer would like Google Wallet to send an upcoming card validity notification 1 day before card becomes valid/usable. # A notification would be triggered at a specific time before the card becomes usable.
            "enableNotification": True or False, # Indicates if the object needs to have upcoming notification enabled.
          },
        },
        "passConstraints": { # Container for any constraints that may be placed on passes. # Pass constraints for the object. Includes limiting NFC and screenshot behaviors.
          "nfcConstraint": [ # The NFC constraints for the pass.
            "A String",
          ],
          "screenshotEligibility": "A String", # The screenshot eligibility for the pass.
        },
        "rotatingBarcode": { # The rotating barcode settings/details.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "initialRotatingBarcodeValues": { # A payload containing many barcode values and start date/time. # Input only. NOTE: This feature is only available for the transit vertical. Optional set of initial rotating barcode values. This allows a small subset of barcodes to be included with the object. Further rotating barcode values must be uploaded with the UploadRotatingBarcodeValues endpoint.
            "periodMillis": "A String", # Required. The amount of time each barcode is valid for.
            "startDateTime": "A String", # Required. The date/time the first barcode is valid from. Barcodes will be rotated through using period_millis defined on the object's RotatingBarcodeValueInfo. This is an ISO 8601 extended format date/time, with an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year.
            "values": [ # Required. The values to encode in the barcode. At least one value is required.
              "A String",
            ],
          },
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "totpDetails": { # Configuration for the time-based OTP substitutions. See https://tools.ietf.org/html/rfc6238 # Details used to evaluate the {totp_value_n} substitutions.
            "algorithm": "A String", # The TOTP algorithm used to generate the OTP.
            "parameters": [ # The TOTP parameters for each of the {totp_value_*} substitutions. The TotpParameters at index n is used for the {totp_value_n} substitution.
              { # Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3
                "key": "A String", # The secret key used for the TOTP value generation, encoded as a Base16 string.
                "valueLength": 42, # The length of the TOTP value in decimal digits.
              },
            ],
            "periodMillis": "A String", # The time interval used for the TOTP value generation, in milliseconds.
          },
          "type": "A String", # The type of this barcode.
          "valuePattern": "A String", # String encoded barcode value. This string supports the following substitutions: * {totp_value_n}: Replaced with the TOTP value (see TotpDetails.parameters). * {totp_timestamp_millis}: Replaced with the timestamp (millis since epoch) at which the barcode was generated. * {totp_timestamp_seconds}: Replaced with the timestamp (seconds since epoch) at which the barcode was generated.
        },
        "saveRestrictions": { # Defines restrictions on the object that will be verified during save. Note: this is an advanced feature, please contact Google for implementation support. # Restrictions on the object that needs to be verified before the user tries to save the pass. Note that this restrictions will only be applied during save time. If the restrictions changed after a user saves the pass, the new restrictions will not be applied to an already saved pass.
          "restrictToEmailSha256": "A String", # Restrict the save of the referencing object to the given email address only. This is the hex output of SHA256 sum of the email address, all lowercase and without any notations like "." or "+", except "@". For example, for example@example.com, this value will be 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 and for Example@example.com, this value will be bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 If email address of the logged-in user who tries to save this pass does not match with the defined value here, users won't be allowed to save this pass. They will instead be prompted with an error to contact the issuer. This information should be gathered from the user with an explicit consent via Sign in with Google integration https://developers.google.com/identity/authentication. Please contact with support before using Save Restrictions.
        },
        "smartTapRedemptionValue": "A String", # The value that will be transmitted to a Smart Tap certified terminal over NFC for this object. The class level fields `enableSmartTap` and `redemptionIssuers` must also be set up correctly in order for the pass to support Smart Tap. Only ASCII characters are supported.
        "state": "A String", # The state of the object. This field is used to determine how an object is displayed in the app. For example, an `inactive` object is moved to the "Expired passes" section. If this is not provided, the object would be considered `ACTIVE`.
        "subheader": { # The title label of the pass, such as location where this pass can be used. Appears right above the title in the title row in the pass detail view.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "textModulesData": [ # Text module data. If `textModulesData` is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from class and 10 from object.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "validTimeInterval": { # The time period this object will be considered valid or usable. When the time period is passed, the object will be considered expired, which will affect the rendering on user's devices.
          "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
          "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
        },
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "wideLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the pass. When provided, this will be used in place of the logo in the top left of the card view.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
      },
    ],
    "giftCardClasses": [ # A list of gift card classes.
      {
        "allowBarcodeRedemption": True or False, # Determines whether the merchant supports gift card redemption using barcode. If true, app displays a barcode for the gift card on the Gift card details screen. If false, a barcode is not displayed.
        "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
          "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
          "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
        },
        "cardNumberLabel": "A String", # The label to display for the card number, such as "Card Number".
        "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
          "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
            "firstBottomDetail": { # Optional information to display below the barcode.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "cardTemplateOverride": { # Override for the card view.
            "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
              {
                "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "item": { # The item to be displayed in the row. This item will be automatically centered.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              },
            ],
          },
          "detailsTemplateOverride": { # Override for the details view (beneath the card view).
            "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
              {
                "item": { # The item to be displayed in the details list.
                  "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                  "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                  "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                },
              },
            ],
          },
          "listTemplateOverride": { # Override for the passes list view.
            "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
              "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "transitOption": "A String",
            },
            "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
            "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
          },
        },
        "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
        "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
        "eventNumberLabel": "A String", # The label to display for event number, such as "Target Event #".
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
        "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
          "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
          "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
          "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
        },
        "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#giftCardClass"`.
        "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "localizedCardNumberLabel": { # Translated strings for the card_number_label.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedEventNumberLabel": { # Translated strings for the event_number_label.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedMerchantName": { # Translated strings for the merchant_name. The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedPinLabel": { # Translated strings for the pin_label.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "merchantName": "A String", # Merchant name, such as "Adam's Apparel". The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
        "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "pinLabel": "A String", # The label to display for the PIN, such as "4-digit PIN".
        "programLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The logo of the gift card program or company. This logo is displayed in both the details and list views of the app.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "A String",
        ],
        "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
          "comments": "A String",
        },
        "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
        "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
          "animationType": "A String", # Type of animation.
        },
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
        "viewUnlockRequirement": "A String", # View Unlock Requirement options for the gift card.
        "wideProgramLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the gift card program or company. When provided, this will be used in place of the program logo in the top left of the card view.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
      },
    ],
    "giftCardObjects": [ # A list of gift card objects.
      {
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "balance": { # The card's monetary balance.
          "currencyCode": "A String", # The currency code, such as "USD" or "EUR."
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#money"`.
          "micros": "A String", # The unit of money amount in micros. For example, $1 USD would be represented as 1000000 micros.
        },
        "balanceUpdateTime": { # The date and time when the balance was last updated. Offset is required. If balance is updated and this property is not provided, system will default to the current time.
          "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
        },
        "barcode": { # The barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#barcode"`.
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "type": "A String", # The type of barcode.
          "value": "A String", # The value encoded in the barcode.
        },
        "cardNumber": "A String", # Required. The card's number.
        "classId": "A String", # Required. The class associated with this object. The class must be of the same type as this object, must already exist, and must be approved. Class IDs should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you.
        "classReference": { # A copy of the inherited fields of the parent class. These fields are retrieved during a GET.
          "allowBarcodeRedemption": True or False, # Determines whether the merchant supports gift card redemption using barcode. If true, app displays a barcode for the gift card on the Gift card details screen. If false, a barcode is not displayed.
          "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
          "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
            "androidAppLinkInfo": { # Optional information about the partner app link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "displayText": { # Optional display text for the app link button. Character limit is 30.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "webAppLinkInfo": { # Optional information about the partner web link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          },
          "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
            "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
            "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
          },
          "cardNumberLabel": "A String", # The label to display for the card number, such as "Card Number".
          "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
            "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
              "firstBottomDetail": { # Optional information to display below the barcode.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
            },
            "cardTemplateOverride": { # Override for the card view.
              "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
                {
                  "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "item": { # The item to be displayed in the row. This item will be automatically centered.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                },
              ],
            },
            "detailsTemplateOverride": { # Override for the details view (beneath the card view).
              "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
                {
                  "item": { # The item to be displayed in the details list.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              ],
            },
            "listTemplateOverride": { # Override for the passes list view.
              "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
                "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
                "transitOption": "A String",
              },
              "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
          "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "eventNumberLabel": "A String", # The label to display for event number, such as "Target Event #".
          "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
          "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
            "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
            "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
            "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
          },
          "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
          "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
            {
              "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
              "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
            },
          ],
          "infoModuleData": { # Deprecated. Use textModulesData instead.
            "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
              {
                "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                  { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                    "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  },
                ],
              },
            ],
            "showLastUpdateTime": True or False,
          },
          "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#giftCardClass"`.
          "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
            "uris": [ # The list of URIs.
              {
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            ],
          },
          "localizedCardNumberLabel": { # Translated strings for the card_number_label.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedEventNumberLabel": { # Translated strings for the event_number_label.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedMerchantName": { # Translated strings for the merchant_name. The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedPinLabel": { # Translated strings for the pin_label.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "locations": [ # Note: This field is currently not supported to trigger geo notifications.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
              "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
              "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
            },
          ],
          "merchantName": "A String", # Merchant name, such as "Adam's Apparel". The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.
          "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
            { # A message that will be displayed with a Valuable
              "body": "A String", # The message body.
              "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
              "header": "A String", # The message header.
              "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
              "localizedBody": { # Translated strings for the message body.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the message header.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "messageType": "A String", # The message type.
            },
          ],
          "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
          "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
          "pinLabel": "A String", # The label to display for the PIN, such as "4-digit PIN".
          "programLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The logo of the gift card program or company. This logo is displayed in both the details and list views of the app.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
            "A String",
          ],
          "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
            "comments": "A String",
          },
          "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
          "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
            "animationType": "A String", # Type of animation.
          },
          "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
            { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
              "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
              "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          ],
          "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
            { # Data for Value Added module. Required fields are header and uri.
              "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
              "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
              "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
                "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                  "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                  "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                },
              },
            },
          ],
          "version": "A String", # Deprecated
          "viewUnlockRequirement": "A String", # View Unlock Requirement options for the gift card.
          "wideProgramLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the gift card program or company. When provided, this will be used in place of the program logo in the top left of the card view.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
        },
        "disableExpirationNotification": True or False, # Indicates if notifications should explicitly be suppressed. If this field is set to true, regardless of the `messages` field, expiration notifications to the user will be suppressed. By default, this field is set to false. Currently, this can only be set for offers.
        "eventNumber": "A String", # The card's event number, an optional field used by some gift cards.
        "groupingInfo": { # Information that controls how passes are grouped together.
          "groupingId": "A String", # Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.
          "sortIndex": 42, # Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.
        },
        "hasLinkedDevice": True or False, # Whether this object is currently linked to a single device. This field is set by the platform when a user saves the object, linking it to their device. Intended for use by select partners. Contact support for additional information.
        "hasUsers": True or False, # Indicates if the object has users. This field is set by the platform.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, hero image of the class, if present, will be displayed. If hero image of the class is also not present, nothing will be displayed.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "id": "A String", # Required. The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. The unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#giftCardObject"`.
        "linkedObjectIds": [ # linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this giftcard object. If a user had saved this gift card, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you.
          "A String",
        ],
        "linksModuleData": { # Links module data. If links module data is also defined on the class, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "notifyPreference": "A String", # Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "passConstraints": { # Container for any constraints that may be placed on passes. # Pass constraints for the object. Includes limiting NFC and screenshot behaviors.
          "nfcConstraint": [ # The NFC constraints for the pass.
            "A String",
          ],
          "screenshotEligibility": "A String", # The screenshot eligibility for the pass.
        },
        "pin": "A String", # The card's PIN.
        "rotatingBarcode": { # The rotating barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "initialRotatingBarcodeValues": { # A payload containing many barcode values and start date/time. # Input only. NOTE: This feature is only available for the transit vertical. Optional set of initial rotating barcode values. This allows a small subset of barcodes to be included with the object. Further rotating barcode values must be uploaded with the UploadRotatingBarcodeValues endpoint.
            "periodMillis": "A String", # Required. The amount of time each barcode is valid for.
            "startDateTime": "A String", # Required. The date/time the first barcode is valid from. Barcodes will be rotated through using period_millis defined on the object's RotatingBarcodeValueInfo. This is an ISO 8601 extended format date/time, with an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year.
            "values": [ # Required. The values to encode in the barcode. At least one value is required.
              "A String",
            ],
          },
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "totpDetails": { # Configuration for the time-based OTP substitutions. See https://tools.ietf.org/html/rfc6238 # Details used to evaluate the {totp_value_n} substitutions.
            "algorithm": "A String", # The TOTP algorithm used to generate the OTP.
            "parameters": [ # The TOTP parameters for each of the {totp_value_*} substitutions. The TotpParameters at index n is used for the {totp_value_n} substitution.
              { # Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3
                "key": "A String", # The secret key used for the TOTP value generation, encoded as a Base16 string.
                "valueLength": 42, # The length of the TOTP value in decimal digits.
              },
            ],
            "periodMillis": "A String", # The time interval used for the TOTP value generation, in milliseconds.
          },
          "type": "A String", # The type of this barcode.
          "valuePattern": "A String", # String encoded barcode value. This string supports the following substitutions: * {totp_value_n}: Replaced with the TOTP value (see TotpDetails.parameters). * {totp_timestamp_millis}: Replaced with the timestamp (millis since epoch) at which the barcode was generated. * {totp_timestamp_seconds}: Replaced with the timestamp (seconds since epoch) at which the barcode was generated.
        },
        "saveRestrictions": { # Defines restrictions on the object that will be verified during save. Note: this is an advanced feature, please contact Google for implementation support. # Restrictions on the object that needs to be verified before the user tries to save the pass. Note that this restrictions will only be applied during save time. If the restrictions changed after a user saves the pass, the new restrictions will not be applied to an already saved pass.
          "restrictToEmailSha256": "A String", # Restrict the save of the referencing object to the given email address only. This is the hex output of SHA256 sum of the email address, all lowercase and without any notations like "." or "+", except "@". For example, for example@example.com, this value will be 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 and for Example@example.com, this value will be bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 If email address of the logged-in user who tries to save this pass does not match with the defined value here, users won't be allowed to save this pass. They will instead be prompted with an error to contact the issuer. This information should be gathered from the user with an explicit consent via Sign in with Google integration https://developers.google.com/identity/authentication. Please contact with support before using Save Restrictions.
        },
        "smartTapRedemptionValue": "A String", # The value that will be transmitted to a Smart Tap certified terminal over NFC for this object. The class level fields `enableSmartTap` and `redemptionIssuers` must also be set up correctly in order for the pass to support Smart Tap. Only ASCII characters are supported.
        "state": "A String", # Required. The state of the object. This field is used to determine how an object is displayed in the app. For example, an `inactive` object is moved to the "Expired passes" section.
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "validTimeInterval": { # The time period this object will be `active` and object can be used. An object's state will be changed to `expired` when this time period has passed.
          "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
          "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
        },
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
      },
    ],
    "loyaltyClasses": [ # A list of loyalty classes.
      {
        "accountIdLabel": "A String", # The account ID label, such as "Member ID." Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
        "accountNameLabel": "A String", # The account name label, such as "Member Name." Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
        "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
          "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
          "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
        },
        "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
          "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
            "firstBottomDetail": { # Optional information to display below the barcode.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "cardTemplateOverride": { # Override for the card view.
            "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
              {
                "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "item": { # The item to be displayed in the row. This item will be automatically centered.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              },
            ],
          },
          "detailsTemplateOverride": { # Override for the details view (beneath the card view).
            "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
              {
                "item": { # The item to be displayed in the details list.
                  "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                  "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                  "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                },
              },
            ],
          },
          "listTemplateOverride": { # Override for the passes list view.
            "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
              "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "transitOption": "A String",
            },
            "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
            "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
          },
        },
        "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
        "discoverableProgram": { # Information about how a class may be discovered and instantiated from within the Android Pay app. This is done by searching for a loyalty or gift card program and scanning or manually entering. # Information about how the class may be discovered and instantiated from within the Google Pay app.
          "merchantSigninInfo": { # Information about the merchant hosted signin flow for a program. # Information about the ability to signin and add a valuable for this program through a merchant site. Used when MERCHANT_HOSTED_SIGNIN is enabled.
            "signinWebsite": { # The URL to direct the user to for the merchant's signin site.
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          },
          "merchantSignupInfo": { # Information about the merchant hosted signup flow for a program. # Information about the ability to signup and add a valuable for this program through a merchant site. Used when MERCHANT_HOSTED_SIGNUP is enabled.
            "signupSharedDatas": [ #  User data that is sent in a POST request to the signup website URL. This information is encoded and then shared so that the merchant's website can prefill fields used to enroll the user for the discoverable program.
              "A String",
            ],
            "signupWebsite": { # The URL to direct the user to for the merchant's signup site.
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          },
          "state": "A String", # Visibility state of the discoverable program.
        },
        "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and one of object level `smartTapRedemptionLevel`, barcode.value`, or `accountId` fields must also be set up correctly in order for a pass to support Smart Tap.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
        "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
          "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
          "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
          "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
        },
        "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#loyaltyClass"`.
        "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "localizedAccountIdLabel": { # Translated strings for the account_id_label. Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedAccountNameLabel": { # Translated strings for the account_name_label. Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedProgramName": { # Translated strings for the program_name. The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedRewardsTier": { # Translated strings for the rewards_tier. Recommended maximum length is 7 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedRewardsTierLabel": { # Translated strings for the rewards_tier_label. Recommended maximum length is 9 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedSecondaryRewardsTier": { # Translated strings for the secondary_rewards_tier.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedSecondaryRewardsTierLabel": { # Translated strings for the secondary_rewards_tier_label.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
        "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "programLogo": { # Wrapping type for Google hosted images. Next ID: 7 # Required. The logo of the loyalty program or company. This logo is displayed in both the details and list views of the app.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "programName": "A String", # Required. The program name, such as "Adam's Apparel". The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.
        "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and one of object level `smartTapRedemptionValue`, barcode.value`, or `accountId` fields must also be set up correctly in order for a pass to support Smart Tap.
          "A String",
        ],
        "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
          "comments": "A String",
        },
        "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
        "rewardsTier": "A String", # The rewards tier, such as "Gold" or "Platinum." Recommended maximum length is 7 characters to ensure full string is displayed on smaller screens.
        "rewardsTierLabel": "A String", # The rewards tier label, such as "Rewards Tier." Recommended maximum length is 9 characters to ensure full string is displayed on smaller screens.
        "secondaryRewardsTier": "A String", # The secondary rewards tier, such as "Gold" or "Platinum."
        "secondaryRewardsTierLabel": "A String", # The secondary rewards tier label, such as "Rewards Tier."
        "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
          "animationType": "A String", # Type of animation.
        },
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
        "viewUnlockRequirement": "A String", # View Unlock Requirement options for the loyalty card.
        "wideProgramLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the loyalty program or company. When provided, this will be used in place of the program logo in the top left of the card view.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
      },
    ],
    "loyaltyObjects": [ # A list of loyalty objects.
      {
        "accountId": "A String", # The loyalty account identifier. Recommended maximum length is 20 characters.
        "accountName": "A String", # The loyalty account holder name, such as "John Smith." Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "barcode": { # The barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#barcode"`.
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "type": "A String", # The type of barcode.
          "value": "A String", # The value encoded in the barcode.
        },
        "classId": "A String", # Required. The class associated with this object. The class must be of the same type as this object, must already exist, and must be approved. Class IDs should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you.
        "classReference": { # A copy of the inherited fields of the parent class. These fields are retrieved during a GET.
          "accountIdLabel": "A String", # The account ID label, such as "Member ID." Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
          "accountNameLabel": "A String", # The account name label, such as "Member Name." Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
          "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
          "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
            "androidAppLinkInfo": { # Optional information about the partner app link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "displayText": { # Optional display text for the app link button. Character limit is 30.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "webAppLinkInfo": { # Optional information about the partner web link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          },
          "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
            "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
            "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
          },
          "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
            "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
              "firstBottomDetail": { # Optional information to display below the barcode.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
            },
            "cardTemplateOverride": { # Override for the card view.
              "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
                {
                  "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "item": { # The item to be displayed in the row. This item will be automatically centered.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                },
              ],
            },
            "detailsTemplateOverride": { # Override for the details view (beneath the card view).
              "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
                {
                  "item": { # The item to be displayed in the details list.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              ],
            },
            "listTemplateOverride": { # Override for the passes list view.
              "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
                "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
                "transitOption": "A String",
              },
              "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
          "discoverableProgram": { # Information about how a class may be discovered and instantiated from within the Android Pay app. This is done by searching for a loyalty or gift card program and scanning or manually entering. # Information about how the class may be discovered and instantiated from within the Google Pay app.
            "merchantSigninInfo": { # Information about the merchant hosted signin flow for a program. # Information about the ability to signin and add a valuable for this program through a merchant site. Used when MERCHANT_HOSTED_SIGNIN is enabled.
              "signinWebsite": { # The URL to direct the user to for the merchant's signin site.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "merchantSignupInfo": { # Information about the merchant hosted signup flow for a program. # Information about the ability to signup and add a valuable for this program through a merchant site. Used when MERCHANT_HOSTED_SIGNUP is enabled.
              "signupSharedDatas": [ #  User data that is sent in a POST request to the signup website URL. This information is encoded and then shared so that the merchant's website can prefill fields used to enroll the user for the discoverable program.
                "A String",
              ],
              "signupWebsite": { # The URL to direct the user to for the merchant's signup site.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "state": "A String", # Visibility state of the discoverable program.
          },
          "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and one of object level `smartTapRedemptionLevel`, barcode.value`, or `accountId` fields must also be set up correctly in order for a pass to support Smart Tap.
          "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
          "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
            "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
            "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
            "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
          },
          "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
          "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
            {
              "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
              "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
            },
          ],
          "infoModuleData": { # Deprecated. Use textModulesData instead.
            "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
              {
                "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                  { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                    "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  },
                ],
              },
            ],
            "showLastUpdateTime": True or False,
          },
          "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#loyaltyClass"`.
          "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
            "uris": [ # The list of URIs.
              {
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            ],
          },
          "localizedAccountIdLabel": { # Translated strings for the account_id_label. Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedAccountNameLabel": { # Translated strings for the account_name_label. Recommended maximum length is 15 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedProgramName": { # Translated strings for the program_name. The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedRewardsTier": { # Translated strings for the rewards_tier. Recommended maximum length is 7 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedRewardsTierLabel": { # Translated strings for the rewards_tier_label. Recommended maximum length is 9 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedSecondaryRewardsTier": { # Translated strings for the secondary_rewards_tier.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedSecondaryRewardsTierLabel": { # Translated strings for the secondary_rewards_tier_label.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "locations": [ # Note: This field is currently not supported to trigger geo notifications.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
              "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
              "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
            },
          ],
          "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
            { # A message that will be displayed with a Valuable
              "body": "A String", # The message body.
              "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
              "header": "A String", # The message header.
              "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
              "localizedBody": { # Translated strings for the message body.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the message header.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "messageType": "A String", # The message type.
            },
          ],
          "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
          "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
          "programLogo": { # Wrapping type for Google hosted images. Next ID: 7 # Required. The logo of the loyalty program or company. This logo is displayed in both the details and list views of the app.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "programName": "A String", # Required. The program name, such as "Adam's Apparel". The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.
          "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and one of object level `smartTapRedemptionValue`, barcode.value`, or `accountId` fields must also be set up correctly in order for a pass to support Smart Tap.
            "A String",
          ],
          "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
            "comments": "A String",
          },
          "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
          "rewardsTier": "A String", # The rewards tier, such as "Gold" or "Platinum." Recommended maximum length is 7 characters to ensure full string is displayed on smaller screens.
          "rewardsTierLabel": "A String", # The rewards tier label, such as "Rewards Tier." Recommended maximum length is 9 characters to ensure full string is displayed on smaller screens.
          "secondaryRewardsTier": "A String", # The secondary rewards tier, such as "Gold" or "Platinum."
          "secondaryRewardsTierLabel": "A String", # The secondary rewards tier label, such as "Rewards Tier."
          "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
            "animationType": "A String", # Type of animation.
          },
          "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
            { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
              "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
              "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          ],
          "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
            { # Data for Value Added module. Required fields are header and uri.
              "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
              "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
              "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
                "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                  "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                  "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                },
              },
            },
          ],
          "version": "A String", # Deprecated
          "viewUnlockRequirement": "A String", # View Unlock Requirement options for the loyalty card.
          "wideProgramLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the loyalty program or company. When provided, this will be used in place of the program logo in the top left of the card view.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
        },
        "disableExpirationNotification": True or False, # Indicates if notifications should explicitly be suppressed. If this field is set to true, regardless of the `messages` field, expiration notifications to the user will be suppressed. By default, this field is set to false. Currently, this can only be set for offers.
        "groupingInfo": { # Information that controls how passes are grouped together.
          "groupingId": "A String", # Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.
          "sortIndex": 42, # Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.
        },
        "hasLinkedDevice": True or False, # Whether this object is currently linked to a single device. This field is set by the platform when a user saves the object, linking it to their device. Intended for use by select partners. Contact support for additional information.
        "hasUsers": True or False, # Indicates if the object has users. This field is set by the platform.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, hero image of the class, if present, will be displayed. If hero image of the class is also not present, nothing will be displayed.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "id": "A String", # Required. The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. The unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#loyaltyObject"`.
        "linkedObjectIds": [ # linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this loyalty object. If a user had saved this loyalty card, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you.
          "A String",
        ],
        "linkedOfferIds": [ # A list of offer objects linked to this loyalty card. The offer objects must already exist. Offer object IDs should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you.
          "A String",
        ],
        "linksModuleData": { # Links module data. If links module data is also defined on the class, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "loyaltyPoints": { # The loyalty reward points label, balance, and type.
          "balance": { # The account holder's loyalty point balance, such as "500" or "$10.00". Recommended maximum length is 7 characters. This is a required field of `loyaltyPoints` and `secondaryLoyaltyPoints`.
            "double": 3.14, # The double form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
            "int": 42, # The integer form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
            "money": { # The money form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
              "currencyCode": "A String", # The currency code, such as "USD" or "EUR."
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#money"`.
              "micros": "A String", # The unit of money amount in micros. For example, $1 USD would be represented as 1000000 micros.
            },
            "string": "A String", # The string form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
          },
          "label": "A String", # The loyalty points label, such as "Points". Recommended maximum length is 9 characters.
          "localizedLabel": { # Translated strings for the label. Recommended maximum length is 9 characters.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
        },
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "notifyPreference": "A String", # Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "passConstraints": { # Container for any constraints that may be placed on passes. # Pass constraints for the object. Includes limiting NFC and screenshot behaviors.
          "nfcConstraint": [ # The NFC constraints for the pass.
            "A String",
          ],
          "screenshotEligibility": "A String", # The screenshot eligibility for the pass.
        },
        "rotatingBarcode": { # The rotating barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "initialRotatingBarcodeValues": { # A payload containing many barcode values and start date/time. # Input only. NOTE: This feature is only available for the transit vertical. Optional set of initial rotating barcode values. This allows a small subset of barcodes to be included with the object. Further rotating barcode values must be uploaded with the UploadRotatingBarcodeValues endpoint.
            "periodMillis": "A String", # Required. The amount of time each barcode is valid for.
            "startDateTime": "A String", # Required. The date/time the first barcode is valid from. Barcodes will be rotated through using period_millis defined on the object's RotatingBarcodeValueInfo. This is an ISO 8601 extended format date/time, with an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year.
            "values": [ # Required. The values to encode in the barcode. At least one value is required.
              "A String",
            ],
          },
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "totpDetails": { # Configuration for the time-based OTP substitutions. See https://tools.ietf.org/html/rfc6238 # Details used to evaluate the {totp_value_n} substitutions.
            "algorithm": "A String", # The TOTP algorithm used to generate the OTP.
            "parameters": [ # The TOTP parameters for each of the {totp_value_*} substitutions. The TotpParameters at index n is used for the {totp_value_n} substitution.
              { # Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3
                "key": "A String", # The secret key used for the TOTP value generation, encoded as a Base16 string.
                "valueLength": 42, # The length of the TOTP value in decimal digits.
              },
            ],
            "periodMillis": "A String", # The time interval used for the TOTP value generation, in milliseconds.
          },
          "type": "A String", # The type of this barcode.
          "valuePattern": "A String", # String encoded barcode value. This string supports the following substitutions: * {totp_value_n}: Replaced with the TOTP value (see TotpDetails.parameters). * {totp_timestamp_millis}: Replaced with the timestamp (millis since epoch) at which the barcode was generated. * {totp_timestamp_seconds}: Replaced with the timestamp (seconds since epoch) at which the barcode was generated.
        },
        "saveRestrictions": { # Defines restrictions on the object that will be verified during save. Note: this is an advanced feature, please contact Google for implementation support. # Restrictions on the object that needs to be verified before the user tries to save the pass. Note that this restrictions will only be applied during save time. If the restrictions changed after a user saves the pass, the new restrictions will not be applied to an already saved pass.
          "restrictToEmailSha256": "A String", # Restrict the save of the referencing object to the given email address only. This is the hex output of SHA256 sum of the email address, all lowercase and without any notations like "." or "+", except "@". For example, for example@example.com, this value will be 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 and for Example@example.com, this value will be bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 If email address of the logged-in user who tries to save this pass does not match with the defined value here, users won't be allowed to save this pass. They will instead be prompted with an error to contact the issuer. This information should be gathered from the user with an explicit consent via Sign in with Google integration https://developers.google.com/identity/authentication. Please contact with support before using Save Restrictions.
        },
        "secondaryLoyaltyPoints": { # The secondary loyalty reward points label, balance, and type. Shown in addition to the primary loyalty points.
          "balance": { # The account holder's loyalty point balance, such as "500" or "$10.00". Recommended maximum length is 7 characters. This is a required field of `loyaltyPoints` and `secondaryLoyaltyPoints`.
            "double": 3.14, # The double form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
            "int": 42, # The integer form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
            "money": { # The money form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
              "currencyCode": "A String", # The currency code, such as "USD" or "EUR."
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#money"`.
              "micros": "A String", # The unit of money amount in micros. For example, $1 USD would be represented as 1000000 micros.
            },
            "string": "A String", # The string form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
          },
          "label": "A String", # The loyalty points label, such as "Points". Recommended maximum length is 9 characters.
          "localizedLabel": { # Translated strings for the label. Recommended maximum length is 9 characters.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
        },
        "smartTapRedemptionValue": "A String", # The value that will be transmitted to a Smart Tap certified terminal over NFC for this object. The class level fields `enableSmartTap` and `redemptionIssuers` must also be set up correctly in order for the pass to support Smart Tap. Only ASCII characters are supported. If this value is not set but the class level fields `enableSmartTap` and `redemptionIssuers` are set up correctly, the `barcode.value` or the `accountId` fields are used as fallback if present.
        "state": "A String", # Required. The state of the object. This field is used to determine how an object is displayed in the app. For example, an `inactive` object is moved to the "Expired passes" section.
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "validTimeInterval": { # The time period this object will be `active` and object can be used. An object's state will be changed to `expired` when this time period has passed.
          "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
          "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
        },
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
      },
    ],
    "offerClasses": [ # A list of offer classes.
      {
        "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
          "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
          "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
        },
        "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
          "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
            "firstBottomDetail": { # Optional information to display below the barcode.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "cardTemplateOverride": { # Override for the card view.
            "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
              {
                "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "item": { # The item to be displayed in the row. This item will be automatically centered.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              },
            ],
          },
          "detailsTemplateOverride": { # Override for the details view (beneath the card view).
            "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
              {
                "item": { # The item to be displayed in the details list.
                  "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                  "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                  "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                },
              },
            ],
          },
          "listTemplateOverride": { # Override for the passes list view.
            "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
              "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "transitOption": "A String",
            },
            "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
            "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
          },
        },
        "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
        "details": "A String", # The details of the offer.
        "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
        "finePrint": "A String", # The fine print or terms of the offer, such as "20% off any t-shirt at Adam's Apparel."
        "helpUri": { # The help link for the offer, such as `http://myownpersonaldomain.com/help`
          "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
          "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
          "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
        },
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
        "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
          "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
          "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
          "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
        },
        "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#offerClass"`.
        "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "localizedDetails": { # Translated strings for the details.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedFinePrint": { # Translated strings for the fine_print.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedProvider": { # Translated strings for the provider. Recommended maximum length is 12 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedShortTitle": { # Translated strings for the short title. Recommended maximum length is 20 characters.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "localizedTitle": { # Translated strings for the title. Recommended maximum length is 60 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
        "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "provider": "A String", # Required. The offer provider (either the aggregator name or merchant name). Recommended maximum length is 12 characters to ensure full string is displayed on smaller screens.
        "redemptionChannel": "A String", # Required. The redemption channels applicable to this offer.
        "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "A String",
        ],
        "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
          "comments": "A String",
        },
        "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
        "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
          "animationType": "A String", # Type of animation.
        },
        "shortTitle": "A String", # A shortened version of the title of the offer, such as "20% off," shown to users as a quick reference to the offer contents. Recommended maximum length is 20 characters.
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "title": "A String", # Required. The title of the offer, such as "20% off any t-shirt." Recommended maximum length is 60 characters to ensure full string is displayed on smaller screens.
        "titleImage": { # Wrapping type for Google hosted images. Next ID: 7 # The title image of the offer. This image is displayed in both the details and list views of the app.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
        "viewUnlockRequirement": "A String", # View Unlock Requirement options for the offer.
        "wideTitleImage": { # Wrapping type for Google hosted images. Next ID: 7 # The wide title image of the offer. When provided, this will be used in place of the title image in the top left of the card view.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
      },
    ],
    "offerObjects": [ # A list of offer objects.
      {
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "barcode": { # The barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#barcode"`.
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "type": "A String", # The type of barcode.
          "value": "A String", # The value encoded in the barcode.
        },
        "classId": "A String", # Required. The class associated with this object. The class must be of the same type as this object, must already exist, and must be approved. Class IDs should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you.
        "classReference": { # A copy of the inherited fields of the parent class. These fields are retrieved during a GET.
          "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
          "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
            "androidAppLinkInfo": { # Optional information about the partner app link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "displayText": { # Optional display text for the app link button. Character limit is 30.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "webAppLinkInfo": { # Optional information about the partner web link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          },
          "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
            "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
            "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
          },
          "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
            "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
              "firstBottomDetail": { # Optional information to display below the barcode.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
            },
            "cardTemplateOverride": { # Override for the card view.
              "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
                {
                  "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "item": { # The item to be displayed in the row. This item will be automatically centered.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                },
              ],
            },
            "detailsTemplateOverride": { # Override for the details view (beneath the card view).
              "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
                {
                  "item": { # The item to be displayed in the details list.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              ],
            },
            "listTemplateOverride": { # Override for the passes list view.
              "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
                "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
                "transitOption": "A String",
              },
              "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
          "details": "A String", # The details of the offer.
          "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "finePrint": "A String", # The fine print or terms of the offer, such as "20% off any t-shirt at Adam's Apparel."
          "helpUri": { # The help link for the offer, such as `http://myownpersonaldomain.com/help`
            "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
            "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
            "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
          },
          "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
          "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
            "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
            "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
            "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
          },
          "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
          "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
            {
              "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
              "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
            },
          ],
          "infoModuleData": { # Deprecated. Use textModulesData instead.
            "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
              {
                "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                  { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                    "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  },
                ],
              },
            ],
            "showLastUpdateTime": True or False,
          },
          "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#offerClass"`.
          "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
            "uris": [ # The list of URIs.
              {
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            ],
          },
          "localizedDetails": { # Translated strings for the details.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedFinePrint": { # Translated strings for the fine_print.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedProvider": { # Translated strings for the provider. Recommended maximum length is 12 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedShortTitle": { # Translated strings for the short title. Recommended maximum length is 20 characters.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "localizedTitle": { # Translated strings for the title. Recommended maximum length is 60 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "locations": [ # Note: This field is currently not supported to trigger geo notifications.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
              "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
              "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
            },
          ],
          "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
            { # A message that will be displayed with a Valuable
              "body": "A String", # The message body.
              "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
              "header": "A String", # The message header.
              "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
              "localizedBody": { # Translated strings for the message body.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the message header.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "messageType": "A String", # The message type.
            },
          ],
          "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
          "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
          "provider": "A String", # Required. The offer provider (either the aggregator name or merchant name). Recommended maximum length is 12 characters to ensure full string is displayed on smaller screens.
          "redemptionChannel": "A String", # Required. The redemption channels applicable to this offer.
          "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
            "A String",
          ],
          "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
            "comments": "A String",
          },
          "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
          "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
            "animationType": "A String", # Type of animation.
          },
          "shortTitle": "A String", # A shortened version of the title of the offer, such as "20% off," shown to users as a quick reference to the offer contents. Recommended maximum length is 20 characters.
          "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
            { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
              "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
              "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          ],
          "title": "A String", # Required. The title of the offer, such as "20% off any t-shirt." Recommended maximum length is 60 characters to ensure full string is displayed on smaller screens.
          "titleImage": { # Wrapping type for Google hosted images. Next ID: 7 # The title image of the offer. This image is displayed in both the details and list views of the app.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
            { # Data for Value Added module. Required fields are header and uri.
              "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
              "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
              "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
                "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                  "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                  "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                },
              },
            },
          ],
          "version": "A String", # Deprecated
          "viewUnlockRequirement": "A String", # View Unlock Requirement options for the offer.
          "wideTitleImage": { # Wrapping type for Google hosted images. Next ID: 7 # The wide title image of the offer. When provided, this will be used in place of the title image in the top left of the card view.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
        },
        "disableExpirationNotification": True or False, # Indicates if notifications should explicitly be suppressed. If this field is set to true, regardless of the `messages` field, expiration notifications to the user will be suppressed. By default, this field is set to false. Currently, this can only be set for offers.
        "groupingInfo": { # Information that controls how passes are grouped together.
          "groupingId": "A String", # Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.
          "sortIndex": 42, # Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.
        },
        "hasLinkedDevice": True or False, # Whether this object is currently linked to a single device. This field is set by the platform when a user saves the object, linking it to their device. Intended for use by select partners. Contact support for additional information.
        "hasUsers": True or False, # Indicates if the object has users. This field is set by the platform.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, hero image of the class, if present, will be displayed. If hero image of the class is also not present, nothing will be displayed.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "id": "A String", # Required. The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. The unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#offerObject"`.
        "linkedObjectIds": [ # linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this offer object. If a user had saved this offer, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID.identifier where the former is issued by Google and the latter is chosen by you.
          "A String",
        ],
        "linksModuleData": { # Links module data. If links module data is also defined on the class, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "notifyPreference": "A String", # Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "passConstraints": { # Container for any constraints that may be placed on passes. # Pass constraints for the object. Includes limiting NFC and screenshot behaviors.
          "nfcConstraint": [ # The NFC constraints for the pass.
            "A String",
          ],
          "screenshotEligibility": "A String", # The screenshot eligibility for the pass.
        },
        "rotatingBarcode": { # The rotating barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "initialRotatingBarcodeValues": { # A payload containing many barcode values and start date/time. # Input only. NOTE: This feature is only available for the transit vertical. Optional set of initial rotating barcode values. This allows a small subset of barcodes to be included with the object. Further rotating barcode values must be uploaded with the UploadRotatingBarcodeValues endpoint.
            "periodMillis": "A String", # Required. The amount of time each barcode is valid for.
            "startDateTime": "A String", # Required. The date/time the first barcode is valid from. Barcodes will be rotated through using period_millis defined on the object's RotatingBarcodeValueInfo. This is an ISO 8601 extended format date/time, with an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year.
            "values": [ # Required. The values to encode in the barcode. At least one value is required.
              "A String",
            ],
          },
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "totpDetails": { # Configuration for the time-based OTP substitutions. See https://tools.ietf.org/html/rfc6238 # Details used to evaluate the {totp_value_n} substitutions.
            "algorithm": "A String", # The TOTP algorithm used to generate the OTP.
            "parameters": [ # The TOTP parameters for each of the {totp_value_*} substitutions. The TotpParameters at index n is used for the {totp_value_n} substitution.
              { # Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3
                "key": "A String", # The secret key used for the TOTP value generation, encoded as a Base16 string.
                "valueLength": 42, # The length of the TOTP value in decimal digits.
              },
            ],
            "periodMillis": "A String", # The time interval used for the TOTP value generation, in milliseconds.
          },
          "type": "A String", # The type of this barcode.
          "valuePattern": "A String", # String encoded barcode value. This string supports the following substitutions: * {totp_value_n}: Replaced with the TOTP value (see TotpDetails.parameters). * {totp_timestamp_millis}: Replaced with the timestamp (millis since epoch) at which the barcode was generated. * {totp_timestamp_seconds}: Replaced with the timestamp (seconds since epoch) at which the barcode was generated.
        },
        "saveRestrictions": { # Defines restrictions on the object that will be verified during save. Note: this is an advanced feature, please contact Google for implementation support. # Restrictions on the object that needs to be verified before the user tries to save the pass. Note that this restrictions will only be applied during save time. If the restrictions changed after a user saves the pass, the new restrictions will not be applied to an already saved pass.
          "restrictToEmailSha256": "A String", # Restrict the save of the referencing object to the given email address only. This is the hex output of SHA256 sum of the email address, all lowercase and without any notations like "." or "+", except "@". For example, for example@example.com, this value will be 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 and for Example@example.com, this value will be bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 If email address of the logged-in user who tries to save this pass does not match with the defined value here, users won't be allowed to save this pass. They will instead be prompted with an error to contact the issuer. This information should be gathered from the user with an explicit consent via Sign in with Google integration https://developers.google.com/identity/authentication. Please contact with support before using Save Restrictions.
        },
        "smartTapRedemptionValue": "A String", # The value that will be transmitted to a Smart Tap certified terminal over NFC for this object. The class level fields `enableSmartTap` and `redemptionIssuers` must also be set up correctly in order for the pass to support Smart Tap. Only ASCII characters are supported.
        "state": "A String", # Required. The state of the object. This field is used to determine how an object is displayed in the app. For example, an `inactive` object is moved to the "Expired passes" section.
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "validTimeInterval": { # The time period this object will be `active` and object can be used. An object's state will be changed to `expired` when this time period has passed.
          "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
          "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
        },
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
      },
    ],
    "transitClasses": [ # A list of transit classes.
      {
        "activationOptions": { # ActivationOptions for the class # Activation options for an activatable ticket.
          "activationUrl": "A String", # HTTPS URL that supports REST semantics. Would be used for requesting activation from partners for given valuable, triggered by the users.
          "allowReactivation": True or False, # Flag to allow users to make activation call from different device. This allows client to render the activation button enabled even if the activationStatus is ACTIVATED but the requested device is different than the current device.
        },
        "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
          "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
          "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
        },
        "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
          "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
            "firstBottomDetail": { # Optional information to display below the barcode.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
            "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
              "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "cardTemplateOverride": { # Override for the card view.
            "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
              {
                "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "item": { # The item to be displayed in the row. This item will be automatically centered.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
                "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                  "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                  "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              },
            ],
          },
          "detailsTemplateOverride": { # Override for the details view (beneath the card view).
            "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
              {
                "item": { # The item to be displayed in the details list.
                  "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                  "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                  "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                    "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                      { # Reference definition to use with field overrides.
                        "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                        "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                      },
                    ],
                  },
                },
              },
            ],
          },
          "listTemplateOverride": { # Override for the passes list view.
            "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
              "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "transitOption": "A String",
            },
            "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
            "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
              "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                { # Reference definition to use with field overrides.
                  "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                  "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                },
              ],
            },
          },
        },
        "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
        "customCarriageLabel": { # A custom label to use for the carriage value (`transitObject.ticketLeg.carriage`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customCoachLabel": { # A custom label to use for the coach value (`transitObject.ticketLeg.ticketSeat.coach`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customConcessionCategoryLabel": { # A custom label to use for the transit concession category value (`transitObject.concessionCategory`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customConfirmationCodeLabel": { # A custom label to use for the confirmation code value (`transitObject.purchaseDetails.confirmationCode`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customDiscountMessageLabel": { # A custom label to use for the transit discount message value (`transitObject.purchaseDetails.ticketCost.discountMessage`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customFareClassLabel": { # A custom label to use for the fare class value (`transitObject.ticketLeg.ticketSeat.fareClass`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customFareNameLabel": { # A custom label to use for the transit fare name value (`transitObject.ticketLeg.fareName`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customOtherRestrictionsLabel": { # A custom label to use for the other restrictions value (`transitObject.ticketRestrictions.otherRestrictions`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customPlatformLabel": { # A custom label to use for the boarding platform value (`transitObject.ticketLeg.platform`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customPurchaseFaceValueLabel": { # A custom label to use for the purchase face value (`transitObject.purchaseDetails.ticketCost.faceValue`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customPurchasePriceLabel": { # A custom label to use for the purchase price value (`transitObject.purchaseDetails.ticketCost.purchasePrice`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customPurchaseReceiptNumberLabel": { # A custom label to use for the purchase receipt number value (`transitObject.purchaseDetails.purchaseReceiptNumber`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customRouteRestrictionsDetailsLabel": { # A custom label to use for the route restrictions details value (`transitObject.ticketRestrictions.routeRestrictionsDetails`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customRouteRestrictionsLabel": { # A custom label to use for the route restrictions value (`transitObject.ticketRestrictions.routeRestrictions`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customSeatLabel": { # A custom label to use for the seat location value (`transitObject.ticketLeg.ticketSeat.seat`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customTicketNumberLabel": { # A custom label to use for the ticket number value (`transitObject.ticketNumber`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customTimeRestrictionsLabel": { # A custom label to use for the time restrictions details value (`transitObject.ticketRestrictions.timeRestrictions`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customTransitTerminusNameLabel": { # A custom label to use for the transit terminus name value (`transitObject.ticketLeg.transitTerminusName`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customZoneLabel": { # A custom label to use for the boarding zone value (`transitObject.ticketLeg.zone`).
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "enableSingleLegItinerary": True or False, # Controls the display of the single-leg itinerary for this class. By default, an itinerary will only display for multi-leg trips.
        "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
        "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
          "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
          "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
          "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
        },
        "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
        "languageOverride": "A String", # If this field is present, transit tickets served to a user's device will always be in this language. Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
        "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "logo": { # Wrapping type for Google hosted images. Next ID: 7 # Required. The logo image of the ticket. This image is displayed in the card detail view of the app.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
        "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "A String",
        ],
        "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
          "comments": "A String",
        },
        "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
        "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
          "animationType": "A String", # Type of animation.
        },
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "transitOperatorName": { # The name of the transit operator.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "transitType": "A String", # Required. The type of transit this class represents, such as "bus".
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
        "viewUnlockRequirement": "A String", # View Unlock Requirement options for the transit ticket.
        "watermark": { # Wrapping type for Google hosted images. Next ID: 7 # Watermark image to display on the user's device.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "wideLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the ticket. When provided, this will be used in place of the logo in the top left of the card view.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
      },
    ],
    "transitObjects": [ # A list of transit objects.
      {
        "activationStatus": { # The activation status of the object. This field includes activation status if valuable supports activation. # The activation status for the object. Required if the class has `activationOptions` set.
          "state": "A String",
        },
        "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed.
          "androidAppLinkInfo": { # Optional information about the partner app link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "displayText": { # Optional display text for the app link button. Character limit is 30.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "webAppLinkInfo": { # Optional information about the partner web link.
            "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
              "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
              "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            },
            "description": { # Deprecated. Description isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "title": { # Deprecated. Title isn't supported in the app link module.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        },
        "barcode": { # The barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#barcode"`.
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "type": "A String", # The type of barcode.
          "value": "A String", # The value encoded in the barcode.
        },
        "classId": "A String", # Required. The class associated with this object. The class must be of the same type as this object, must already exist, and must be approved. Class IDs should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you.
        "classReference": { # A copy of the inherited fields of the parent class. These fields are retrieved during a GET.
          "activationOptions": { # ActivationOptions for the class # Activation options for an activatable ticket.
            "activationUrl": "A String", # HTTPS URL that supports REST semantics. Would be used for requesting activation from partners for given valuable, triggered by the users.
            "allowReactivation": True or False, # Flag to allow users to make activation call from different device. This allows client to render the activation button enabled even if the activationStatus is ACTIVATED but the requested device is different than the current device.
          },
          "allowMultipleUsersPerObject": True or False, # Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.
          "appLinkData": { # Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead.
            "androidAppLinkInfo": { # Optional information about the partner app link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "displayText": { # Optional display text for the app link button. Character limit is 30.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "iosAppLinkInfo": { # Deprecated. Links to open iOS apps are not supported.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "webAppLinkInfo": { # Optional information about the partner web link.
              "appLogoImage": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated. Image isn't supported in the app link module.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "appTarget": { # Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
                "packageName": "A String", # Package name for AppTarget. For example: com.google.android.gm
                "targetUri": { # URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
                  "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                  "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                  "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
                },
              },
              "description": { # Deprecated. Description isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "title": { # Deprecated. Title isn't supported in the app link module.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          },
          "callbackOptions": { # Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback.
            "updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
            "url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
          },
          "classTemplateInfo": { # Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display.
            "cardBarcodeSectionDetails": { # Specifies extra information to be displayed above and below the barcode.
              "firstBottomDetail": { # Optional information to display below the barcode.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "firstTopDetail": { # Optional information to display above the barcode. If `secondTopDetail` is defined, this will be displayed to the start side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
              "secondTopDetail": { # Optional second piece of information to display above the barcode. If `firstTopDetail` is defined, this will be displayed to the end side of this detail section.
                "fieldSelector": { # Custom field selector to use with field overrides. # A reference to an existing text-based or image field to display.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
              },
            },
            "cardTemplateOverride": { # Override for the card view.
              "cardRowTemplateInfos": [ # Template information for rows in the card view. At most three rows are allowed to be specified.
                {
                  "oneItem": { # Template for a row containing one item. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "item": { # The item to be displayed in the row. This item will be automatically centered.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "threeItems": { # Template for a row containing three items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "middleItem": { # The item to be displayed in the middle of the row. This item will be centered between the start and end items.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                  "twoItems": { # Template for a row containing two items. Exactly one of "one_item", "two_items", "three_items" must be set.
                    "endItem": { # The item to be displayed at the end of the row. This item will be aligned to the right.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                    "startItem": { # The item to be displayed at the start of the row. This item will be aligned to the left.
                      "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                      "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                      "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                        "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                          { # Reference definition to use with field overrides.
                            "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                            "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                          },
                        ],
                      },
                    },
                  },
                },
              ],
            },
            "detailsTemplateOverride": { # Override for the details view (beneath the card view).
              "detailsItemInfos": [ # Information for the "nth" item displayed in the details list.
                {
                  "item": { # The item to be displayed in the details list.
                    "firstValue": { # Custom field selector to use with field overrides. # A reference to a field to display. If both `firstValue` and `secondValue` are populated, they will both appear as one item with a slash between them. For example, values A and B would be shown as "A / B".
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                    "predefinedItem": "A String", # A predefined item to display. Only one of `firstValue` or `predefinedItem` may be set.
                    "secondValue": { # Custom field selector to use with field overrides. # A reference to a field to display. This may only be populated if the `firstValue` field is populated.
                      "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                        { # Reference definition to use with field overrides.
                          "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                          "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                        },
                      ],
                    },
                  },
                },
              ],
            },
            "listTemplateOverride": { # Override for the passes list view.
              "firstRowOption": { # Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.
                "fieldOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the first row.
                  "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                    { # Reference definition to use with field overrides.
                      "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                      "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                    },
                  ],
                },
                "transitOption": "A String",
              },
              "secondRowOption": { # Custom field selector to use with field overrides. # A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
              "thirdRowOption": { # Custom field selector to use with field overrides. # An unused/deprecated field. Setting it will have no effect on what the user sees.
                "fields": [ # If more than one reference is supplied, then the first one that references a non-empty field will be displayed.
                  { # Reference definition to use with field overrides.
                    "dateFormat": "A String", # Only valid if the `fieldPath` references a date field. Chooses how the date field will be formatted and displayed in the UI.
                    "fieldPath": "A String", # Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
                  },
                ],
              },
            },
          },
          "countryCode": "A String", # Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
          "customCarriageLabel": { # A custom label to use for the carriage value (`transitObject.ticketLeg.carriage`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customCoachLabel": { # A custom label to use for the coach value (`transitObject.ticketLeg.ticketSeat.coach`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customConcessionCategoryLabel": { # A custom label to use for the transit concession category value (`transitObject.concessionCategory`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customConfirmationCodeLabel": { # A custom label to use for the confirmation code value (`transitObject.purchaseDetails.confirmationCode`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customDiscountMessageLabel": { # A custom label to use for the transit discount message value (`transitObject.purchaseDetails.ticketCost.discountMessage`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customFareClassLabel": { # A custom label to use for the fare class value (`transitObject.ticketLeg.ticketSeat.fareClass`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customFareNameLabel": { # A custom label to use for the transit fare name value (`transitObject.ticketLeg.fareName`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customOtherRestrictionsLabel": { # A custom label to use for the other restrictions value (`transitObject.ticketRestrictions.otherRestrictions`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customPlatformLabel": { # A custom label to use for the boarding platform value (`transitObject.ticketLeg.platform`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customPurchaseFaceValueLabel": { # A custom label to use for the purchase face value (`transitObject.purchaseDetails.ticketCost.faceValue`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customPurchasePriceLabel": { # A custom label to use for the purchase price value (`transitObject.purchaseDetails.ticketCost.purchasePrice`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customPurchaseReceiptNumberLabel": { # A custom label to use for the purchase receipt number value (`transitObject.purchaseDetails.purchaseReceiptNumber`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customRouteRestrictionsDetailsLabel": { # A custom label to use for the route restrictions details value (`transitObject.ticketRestrictions.routeRestrictionsDetails`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customRouteRestrictionsLabel": { # A custom label to use for the route restrictions value (`transitObject.ticketRestrictions.routeRestrictions`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customSeatLabel": { # A custom label to use for the seat location value (`transitObject.ticketLeg.ticketSeat.seat`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customTicketNumberLabel": { # A custom label to use for the ticket number value (`transitObject.ticketNumber`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customTimeRestrictionsLabel": { # A custom label to use for the time restrictions details value (`transitObject.ticketRestrictions.timeRestrictions`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customTransitTerminusNameLabel": { # A custom label to use for the transit terminus name value (`transitObject.ticketLeg.transitTerminusName`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "customZoneLabel": { # A custom label to use for the boarding zone value (`transitObject.ticketLeg.zone`).
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "enableSingleLegItinerary": True or False, # Controls the display of the single-leg itinerary for this class. By default, an itinerary will only display for multi-leg trips.
          "enableSmartTap": True or False, # Identifies whether this class supports Smart Tap. The `redemptionIssuers` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
          "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, nothing will be displayed. The image will display at 100% width.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
          "homepageUri": { # The URI of your application's home page. Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).
            "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
            "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
            "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
          },
          "id": "A String", # Required. The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.
          "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
            {
              "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
              "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
            },
          ],
          "infoModuleData": { # Deprecated. Use textModulesData instead.
            "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
              {
                "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                  { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                    "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                      "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                      "translatedValues": [ # Contains the translations for the string.
                        {
                          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                          "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                          "value": "A String", # The UTF-8 encoded translated string.
                        },
                      ],
                    },
                    "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  },
                ],
              },
            ],
            "showLastUpdateTime": True or False,
          },
          "issuerName": "A String", # Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
          "languageOverride": "A String", # If this field is present, transit tickets served to a user's device will always be in this language. Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
          "linksModuleData": { # Links module data. If links module data is also defined on the object, both will be displayed.
            "uris": [ # The list of URIs.
              {
                "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
                "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
                "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
              },
            ],
          },
          "localizedIssuerName": { # Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "locations": [ # Note: This field is currently not supported to trigger geo notifications.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
              "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
              "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
            },
          ],
          "logo": { # Wrapping type for Google hosted images. Next ID: 7 # Required. The logo image of the ticket. This image is displayed in the card detail view of the app.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
            { # A message that will be displayed with a Valuable
              "body": "A String", # The message body.
              "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
              "header": "A String", # The message header.
              "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
              "localizedBody": { # Translated strings for the message body.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the message header.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "messageType": "A String", # The message type.
            },
          ],
          "multipleDevicesAndHoldersAllowedStatus": "A String", # Identifies whether multiple users and devices will save the same object referencing this class.
          "notifyPreference": "A String", # Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
          "redemptionIssuers": [ # Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap.
            "A String",
          ],
          "review": { # The review comments set by the platform when a class is marked `approved` or `rejected`.
            "comments": "A String",
          },
          "reviewStatus": "A String", # Required. The status of the class. This field can be set to `draft` or `underReview` using the insert, patch, or update API calls. Once the review state is changed from `draft` it may not be changed back to `draft`. You should keep this field to `draft` when the class is under development. A `draft` class cannot be used to create any object. You should set this field to `underReview` when you believe the class is ready for use. The platform will automatically set this field to `approved` and it can be immediately used to create or migrate objects. When updating an already `approved` class you should keep setting this field to `underReview`.
          "securityAnimation": { # Optional information about the security animation. If this is set a security animation will be rendered on pass details.
            "animationType": "A String", # Type of animation.
          },
          "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
            { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
              "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
              "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          ],
          "transitOperatorName": { # The name of the transit operator.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "transitType": "A String", # Required. The type of transit this class represents, such as "bus".
          "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the class. For a pass only ten will be displayed, prioritizing those from the object.
            { # Data for Value Added module. Required fields are header and uri.
              "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
                "contentDescription": { # Description of the image used for accessibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
                "sourceUri": { # The URI for the image.
                  "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                  "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "uri": "A String", # The location of the image. URIs must have a scheme.
                },
              },
              "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
              "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
              "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
                "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                  "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                  "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                    "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                  },
                },
              },
            },
          ],
          "version": "A String", # Deprecated
          "viewUnlockRequirement": "A String", # View Unlock Requirement options for the transit ticket.
          "watermark": { # Wrapping type for Google hosted images. Next ID: 7 # Watermark image to display on the user's device.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "wideLogo": { # Wrapping type for Google hosted images. Next ID: 7 # The wide logo of the ticket. When provided, this will be used in place of the logo in the top left of the card view.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
          "wordMark": { # Wrapping type for Google hosted images. Next ID: 7 # Deprecated.
            "contentDescription": { # Description of the image used for accessibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
            "sourceUri": { # The URI for the image.
              "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
              "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of the image. URIs must have a scheme.
            },
          },
        },
        "concessionCategory": "A String", # The concession category for the ticket.
        "customConcessionCategory": { # A custom concession category to use when `concessionCategory` does not provide the right option. Both `concessionCategory` and `customConcessionCategory` may not be set.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "customTicketStatus": { # A custom status to use for the ticket status value when `ticketStatus` does not provide the right option. Both `ticketStatus` and `customTicketStatus` may not be set.
          "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
            "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
            "value": "A String", # The UTF-8 encoded translated string.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
          "translatedValues": [ # Contains the translations for the string.
            {
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
          ],
        },
        "deviceContext": { # Device context associated with the object. # Device context associated with the object.
          "deviceToken": "A String", # If set, redemption information will only be returned to the given device upon activation of the object. This should not be used as a stable identifier to trace a user's device. It can change across different passes for the same device or even across different activations for the same device. When setting this, callers must also set has_linked_device on the object being activated.
        },
        "disableExpirationNotification": True or False, # Indicates if notifications should explicitly be suppressed. If this field is set to true, regardless of the `messages` field, expiration notifications to the user will be suppressed. By default, this field is set to false. Currently, this can only be set for offers.
        "groupingInfo": { # Information that controls how passes are grouped together.
          "groupingId": "A String", # Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.
          "sortIndex": 42, # Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.
        },
        "hasLinkedDevice": True or False, # Whether this object is currently linked to a single device. This field is set by the platform when a user saves the object, linking it to their device. Intended for use by select partners. Contact support for additional information.
        "hasUsers": True or False, # Indicates if the object has users. This field is set by the platform.
        "heroImage": { # Wrapping type for Google hosted images. Next ID: 7 # Optional banner image displayed on the front of the card. If none is present, hero image of the class, if present, will be displayed. If hero image of the class is also not present, nothing will be displayed.
          "contentDescription": { # Description of the image used for accessibility.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
          "sourceUri": { # The URI for the image.
            "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
            "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "uri": "A String", # The location of the image. URIs must have a scheme.
          },
        },
        "hexBackgroundColor": "A String", # The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as `#ffcc00`. You can also use the shorthand version of the RGB triplet which is #rgb, such as `#fc0`.
        "id": "A String", # Required. The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. The unique identifier should only include alphanumeric characters, '.', '_', or '-'.
        "imageModulesData": [ # Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.
          {
            "id": "A String", # The ID associated with an image module. This field is here to enable ease of management of image modules.
            "mainImage": { # Wrapping type for Google hosted images. Next ID: 7 # A 100% width image.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
          },
        ],
        "infoModuleData": { # Deprecated. Use textModulesData instead.
          "labelValueRows": [ # A list of collections of labels and values. These will be displayed one after the other in a singular column.
            {
              "columns": [ # A list of labels and values. These will be displayed in a singular column, one after the other, not in multiple columns, despite the field name.
                { # A pair of text strings to be displayed in the details view. Note we no longer display LabelValue/LabelValueRow as a table, instead a list of items.
                  "label": "A String", # The label for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                  "localizedLabel": { # Translated strings for the label. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "localizedValue": { # Translated strings for the value. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                    "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                    "translatedValues": [ # Contains the translations for the string.
                      {
                        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                        "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                        "value": "A String", # The UTF-8 encoded translated string.
                      },
                    ],
                  },
                  "value": "A String", # The value for a specific row and column. Recommended maximum is 15 characters for a two-column layout and 30 characters for a one-column layout.
                },
              ],
            },
          ],
          "showLastUpdateTime": True or False,
        },
        "linkedObjectIds": [ # linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this transit object. If a user had saved this transit card, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you.
          "A String",
        ],
        "linksModuleData": { # Links module data. If links module data is also defined on the class, both will be displayed.
          "uris": [ # The list of URIs.
            {
              "description": "A String", # The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when `description` is part of an image.
              "id": "A String", # The ID associated with a uri. This field is here to enable ease of management of uris.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#uri"`.
              "localizedDescription": { # Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "uri": "A String", # The location of a web page, image, or other resource. URIs in the `LinksModuleData` module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.
            },
          ],
        },
        "locations": [ # Note: This field is currently not supported to trigger geo notifications.
          {
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#latLongPoint"`.
            "latitude": 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
            "longitude": 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
          },
        ],
        "messages": [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
          { # A message that will be displayed with a Valuable
            "body": "A String", # The message body.
            "displayInterval": { # The period of time that the message will be displayed to users. You can define both a `startTime` and `endTime` for each message. A message is displayed immediately after a Wallet Object is inserted unless a `startTime` is set. The message will appear in a list of messages indefinitely if `endTime` is not provided.
              "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
              "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
              },
            },
            "header": "A String", # The message header.
            "id": "A String", # The ID associated with a message. This field is here to enable ease of management of messages. Notice ID values could possibly duplicate across multiple messages in the same class/instance, and care must be taken to select a reasonable ID for each message.
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#walletObjectMessage"`.
            "localizedBody": { # Translated strings for the message body.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the message header.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "messageType": "A String", # The message type.
          },
        ],
        "notifyPreference": "A String", # Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
        "passConstraints": { # Container for any constraints that may be placed on passes. # Pass constraints for the object. Includes limiting NFC and screenshot behaviors.
          "nfcConstraint": [ # The NFC constraints for the pass.
            "A String",
          ],
          "screenshotEligibility": "A String", # The screenshot eligibility for the pass.
        },
        "passengerNames": "A String", # The name(s) of the passengers the ticket is assigned to. The above `passengerType` field is meant to give Google context on this field.
        "passengerType": "A String", # The number of passengers.
        "purchaseDetails": { # Purchase details for this ticket.
          "accountId": "A String", # ID of the account used to purchase the ticket.
          "confirmationCode": "A String", # The confirmation code for the purchase. This may be the same for multiple different tickets and is used to group tickets together.
          "purchaseDateTime": "A String", # The purchase date/time of the ticket. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Without offset information, some rich features may not be available.
          "purchaseReceiptNumber": "A String", # Receipt number/identifier for tracking the ticket purchase via the body that sold the ticket.
          "ticketCost": { # The cost of the ticket.
            "discountMessage": { # A message describing any kind of discount that was applied.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "faceValue": { # The face value of the ticket.
              "currencyCode": "A String", # The currency code, such as "USD" or "EUR."
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#money"`.
              "micros": "A String", # The unit of money amount in micros. For example, $1 USD would be represented as 1000000 micros.
            },
            "purchasePrice": { # The actual purchase price of the ticket, after tax and/or discounts.
              "currencyCode": "A String", # The currency code, such as "USD" or "EUR."
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#money"`.
              "micros": "A String", # The unit of money amount in micros. For example, $1 USD would be represented as 1000000 micros.
            },
          },
        },
        "rotatingBarcode": { # The rotating barcode type and value.
          "alternateText": "A String", # An optional text that will override the default text that shows under the barcode. This field is intended for a human readable equivalent of the barcode value, used when the barcode cannot be scanned.
          "initialRotatingBarcodeValues": { # A payload containing many barcode values and start date/time. # Input only. NOTE: This feature is only available for the transit vertical. Optional set of initial rotating barcode values. This allows a small subset of barcodes to be included with the object. Further rotating barcode values must be uploaded with the UploadRotatingBarcodeValues endpoint.
            "periodMillis": "A String", # Required. The amount of time each barcode is valid for.
            "startDateTime": "A String", # Required. The date/time the first barcode is valid from. Barcodes will be rotated through using period_millis defined on the object's RotatingBarcodeValueInfo. This is an ISO 8601 extended format date/time, with an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year.
            "values": [ # Required. The values to encode in the barcode. At least one value is required.
              "A String",
            ],
          },
          "renderEncoding": "A String", # The render encoding for the barcode. When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google.
          "showCodeText": { # Optional text that will be shown when the barcode is hidden behind a click action. This happens in cases where a pass has Smart Tap enabled. If not specified, a default is chosen by Google.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "totpDetails": { # Configuration for the time-based OTP substitutions. See https://tools.ietf.org/html/rfc6238 # Details used to evaluate the {totp_value_n} substitutions.
            "algorithm": "A String", # The TOTP algorithm used to generate the OTP.
            "parameters": [ # The TOTP parameters for each of the {totp_value_*} substitutions. The TotpParameters at index n is used for the {totp_value_n} substitution.
              { # Configuration for the key and value length. See https://www.rfc-editor.org/rfc/rfc4226#section-5.3
                "key": "A String", # The secret key used for the TOTP value generation, encoded as a Base16 string.
                "valueLength": 42, # The length of the TOTP value in decimal digits.
              },
            ],
            "periodMillis": "A String", # The time interval used for the TOTP value generation, in milliseconds.
          },
          "type": "A String", # The type of this barcode.
          "valuePattern": "A String", # String encoded barcode value. This string supports the following substitutions: * {totp_value_n}: Replaced with the TOTP value (see TotpDetails.parameters). * {totp_timestamp_millis}: Replaced with the timestamp (millis since epoch) at which the barcode was generated. * {totp_timestamp_seconds}: Replaced with the timestamp (seconds since epoch) at which the barcode was generated.
        },
        "saveRestrictions": { # Defines restrictions on the object that will be verified during save. Note: this is an advanced feature, please contact Google for implementation support. # Restrictions on the object that needs to be verified before the user tries to save the pass. Note that this restrictions will only be applied during save time. If the restrictions changed after a user saves the pass, the new restrictions will not be applied to an already saved pass.
          "restrictToEmailSha256": "A String", # Restrict the save of the referencing object to the given email address only. This is the hex output of SHA256 sum of the email address, all lowercase and without any notations like "." or "+", except "@". For example, for example@example.com, this value will be 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 and for Example@example.com, this value will be bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 If email address of the logged-in user who tries to save this pass does not match with the defined value here, users won't be allowed to save this pass. They will instead be prompted with an error to contact the issuer. This information should be gathered from the user with an explicit consent via Sign in with Google integration https://developers.google.com/identity/authentication. Please contact with support before using Save Restrictions.
        },
        "smartTapRedemptionValue": "A String", # The value that will be transmitted to a Smart Tap certified terminal over NFC for this object. The class level fields `enableSmartTap` and `redemptionIssuers` must also be set up correctly in order for the pass to support Smart Tap. Only ASCII characters are supported.
        "state": "A String", # Required. The state of the object. This field is used to determine how an object is displayed in the app. For example, an `inactive` object is moved to the "Expired passes" section.
        "textModulesData": [ # Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class.
          { # Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
            "body": "A String", # The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
            "header": "A String", # The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
            "id": "A String", # The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides.
            "localizedBody": { # Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "localizedHeader": { # Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
        ],
        "ticketLeg": { # A single ticket leg contains departure and arrival information along with boarding and seating information. If more than one leg is to be specified then use the `ticketLegs` field instead. Both `ticketLeg` and `ticketLegs` may not be set.
          "arrivalDateTime": "A String", # The date/time of arrival. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the destination station. For example, if the event occurs at the 20th hour of June 5th, 2018 at the destination station, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the destination station is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
          "carriage": "A String", # The train or ship name/number that the passsenger needs to board.
          "departureDateTime": "A String", # The date/time of departure. This is required if there is no validity time interval set on the transit object. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the origin station. For example, if the departure occurs at the 20th hour of June 5th, 2018 at the origin station, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the origin station is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
          "destinationName": { # The destination name.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "destinationStationCode": "A String", # The destination station code.
          "fareName": { # Short description/name of the fare for this leg of travel. Eg "Anytime Single Use".
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "originName": { # The name of the origin station. This is required if `desinationName` is present or if `originStationCode` is not present.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "originStationCode": "A String", # The origin station code. This is required if `destinationStationCode` is present or if `originName` is not present.
          "platform": "A String", # The platform or gate where the passenger can board the carriage.
          "ticketSeat": { # The reserved seat for the passenger(s). If more than one seat is to be specified then use the `ticketSeats` field instead. Both `ticketSeat` and `ticketSeats` may not be set.
            "coach": "A String", # The identifier of the train car or coach in which the ticketed seat is located. Eg. "10"
            "customFareClass": { # A custome fare class to be used if no `fareClass` applies. Both `fareClass` and `customFareClass` may not be set.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "fareClass": "A String", # The fare class of the ticketed seat.
            "seat": "A String", # The identifier of where the ticketed seat is located. Eg. "42". If there is no specific identifier, use `seatAssigment` instead.
            "seatAssignment": { # The passenger's seat assignment. Eg. "no specific seat". To be used when there is no specific identifier to use in `seat`.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
          },
          "ticketSeats": [ # The reserved seat for the passenger(s). If only one seat is to be specified then use the `ticketSeat` field instead. Both `ticketSeat` and `ticketSeats` may not be set.
            {
              "coach": "A String", # The identifier of the train car or coach in which the ticketed seat is located. Eg. "10"
              "customFareClass": { # A custome fare class to be used if no `fareClass` applies. Both `fareClass` and `customFareClass` may not be set.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "fareClass": "A String", # The fare class of the ticketed seat.
              "seat": "A String", # The identifier of where the ticketed seat is located. Eg. "42". If there is no specific identifier, use `seatAssigment` instead.
              "seatAssignment": { # The passenger's seat assignment. Eg. "no specific seat". To be used when there is no specific identifier to use in `seat`.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
          ],
          "transitOperatorName": { # The name of the transit operator that is operating this leg of a trip.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "transitTerminusName": { # Terminus station or destination of the train/bus/etc.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "zone": "A String", # The zone of boarding within the platform.
        },
        "ticketLegs": [ # Each ticket may contain one or more legs. Each leg contains departure and arrival information along with boarding and seating information. If only one leg is to be specified then use the `ticketLeg` field instead. Both `ticketLeg` and `ticketLegs` may not be set.
          {
            "arrivalDateTime": "A String", # The date/time of arrival. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the destination station. For example, if the event occurs at the 20th hour of June 5th, 2018 at the destination station, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the destination station is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
            "carriage": "A String", # The train or ship name/number that the passsenger needs to board.
            "departureDateTime": "A String", # The date/time of departure. This is required if there is no validity time interval set on the transit object. This is an ISO 8601 extended format date/time, with or without an offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the event were in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. The portion of the date/time without the offset is considered the "local date/time". This should be the local date/time at the origin station. For example, if the departure occurs at the 20th hour of June 5th, 2018 at the origin station, the local date/time portion should be `2018-06-05T20:00:00`. If the local date/time at the origin station is 4 hours before UTC, an offset of `-04:00` may be appended. Without offset information, some rich features may not be available.
            "destinationName": { # The destination name.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "destinationStationCode": "A String", # The destination station code.
            "fareName": { # Short description/name of the fare for this leg of travel. Eg "Anytime Single Use".
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "originName": { # The name of the origin station. This is required if `desinationName` is present or if `originStationCode` is not present.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "originStationCode": "A String", # The origin station code. This is required if `destinationStationCode` is present or if `originName` is not present.
            "platform": "A String", # The platform or gate where the passenger can board the carriage.
            "ticketSeat": { # The reserved seat for the passenger(s). If more than one seat is to be specified then use the `ticketSeats` field instead. Both `ticketSeat` and `ticketSeats` may not be set.
              "coach": "A String", # The identifier of the train car or coach in which the ticketed seat is located. Eg. "10"
              "customFareClass": { # A custome fare class to be used if no `fareClass` applies. Both `fareClass` and `customFareClass` may not be set.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "fareClass": "A String", # The fare class of the ticketed seat.
              "seat": "A String", # The identifier of where the ticketed seat is located. Eg. "42". If there is no specific identifier, use `seatAssigment` instead.
              "seatAssignment": { # The passenger's seat assignment. Eg. "no specific seat". To be used when there is no specific identifier to use in `seat`.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
            },
            "ticketSeats": [ # The reserved seat for the passenger(s). If only one seat is to be specified then use the `ticketSeat` field instead. Both `ticketSeat` and `ticketSeats` may not be set.
              {
                "coach": "A String", # The identifier of the train car or coach in which the ticketed seat is located. Eg. "10"
                "customFareClass": { # A custome fare class to be used if no `fareClass` applies. Both `fareClass` and `customFareClass` may not be set.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "fareClass": "A String", # The fare class of the ticketed seat.
                "seat": "A String", # The identifier of where the ticketed seat is located. Eg. "42". If there is no specific identifier, use `seatAssigment` instead.
                "seatAssignment": { # The passenger's seat assignment. Eg. "no specific seat". To be used when there is no specific identifier to use in `seat`.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
              },
            ],
            "transitOperatorName": { # The name of the transit operator that is operating this leg of a trip.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "transitTerminusName": { # Terminus station or destination of the train/bus/etc.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "zone": "A String", # The zone of boarding within the platform.
          },
        ],
        "ticketNumber": "A String", # The number of the ticket. This is a unique identifier for the ticket in the transit operator's system.
        "ticketRestrictions": { # Information about what kind of restrictions there are on using this ticket. For example, which days of the week it must be used, or which routes are allowed to be taken.
          "otherRestrictions": { # Extra restrictions that don't fall under the "route" or "time" categories.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "routeRestrictions": { # Restrictions about routes that may be taken. For example, this may be the string "Reserved CrossCountry trains only".
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "routeRestrictionsDetails": { # More details about the above `routeRestrictions`.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
          "timeRestrictions": { # Restrictions about times this ticket may be used.
            "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
              "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
              "value": "A String", # The UTF-8 encoded translated string.
            },
            "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
            "translatedValues": [ # Contains the translations for the string.
              {
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
            ],
          },
        },
        "ticketStatus": "A String", # The status of the ticket. For states which affect display, use the `state` field instead.
        "tripId": "A String", # This id is used to group tickets together if the user has saved multiple tickets for the same trip.
        "tripType": "A String", # Required. The type of trip this transit object represents. Used to determine the pass title and/or which symbol to use between the origin and destination.
        "validTimeInterval": { # The time period this object will be `active` and object can be used. An object's state will be changed to `expired` when this time period has passed.
          "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
          "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
          "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
            "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
          },
        },
        "valueAddedModuleData": [ # Optional value added module data. Maximum of ten on the object.
          { # Data for Value Added module. Required fields are header and uri.
            "body": { # Body to be displayed on the module. Character limit is 50 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "header": { # Header to be displayed on the module. Character limit is 60 and longer strings will be truncated.
              "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                "value": "A String", # The UTF-8 encoded translated string.
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
              "translatedValues": [ # Contains the translations for the string.
                {
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
              ],
            },
            "image": { # Wrapping type for Google hosted images. Next ID: 7 # Image to be displayed on the module. Recommended image ratio is 1:1. Images will be resized to fit this ratio.
              "contentDescription": { # Description of the image used for accessibility.
                "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                  "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                  "value": "A String", # The UTF-8 encoded translated string.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                "translatedValues": [ # Contains the translations for the string.
                  {
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                ],
              },
              "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#image"`.
              "sourceUri": { # The URI for the image.
                "description": "A String", # Additional information about the image, which is unused and retained only for backward compatibility.
                "localizedDescription": { # Translated strings for the description, which are unused and retained only for backward compatibility.
                  "defaultValue": { # Contains the string to be displayed if no appropriate translation is available.
                    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                    "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                    "value": "A String", # The UTF-8 encoded translated string.
                  },
                  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#localizedString"`.
                  "translatedValues": [ # Contains the translations for the string.
                    {
                      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#translatedString"`.
                      "language": "A String", # Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
                      "value": "A String", # The UTF-8 encoded translated string.
                    },
                  ],
                },
                "uri": "A String", # The location of the image. URIs must have a scheme.
              },
            },
            "sortIndex": 42, # The index for sorting the modules. Modules with a lower sort index are shown before modules with a higher sort index. If unspecified, the sort index is assumed to be INT_MAX. For two modules with the same index, the sorting behavior is undefined.
            "uri": "A String", # URI that the module leads to on click. This can be a web link or a deep link as mentioned in https://developer.android.com/training/app-links/deep-linking.
            "viewConstraints": { # Constraints that all must be met for the module to be shown. # Constraints that all must be met for the module to be shown.
              "displayInterval": { # The period of time that the module will be displayed to users. Can define both a `startTime` and `endTime`. The module is displayed immediately after insertion unless a `startTime` is set. The module is displayed indefinitely if `endTime` is not set.
                "end": { # End time of the interval. Offset is not required. If an offset is provided and `start` time is set, `start` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
                "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string `"walletobjects#timeInterval"`.
                "start": { # Start time of the interval. Offset is not required. If an offset is provided and `end` time is set, `end` must also include an offset.
                  "date": "A String", # An ISO 8601 extended format date/time. Offset may or may not be required (refer to the parent field's documentation). Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision (even though offset seconds is not part of ISO 8601). For example: `1985-04-12T23:20:50.52Z` would be 20 minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. `1985-04-12T19:20:50.52-04:00` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same instant in time as the above example). If the date/time is intended for a physical location in New York, this would be the equivalent of Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or Summer Time), depending on the time of the year. `1985-04-12T19:20:50.52` would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985 with no offset information. Providing an offset makes this an absolute instant in time around the world. The date/time will be adjusted based on the user's time zone. For example, a time of `2018-06-19T18:30:00-04:00` will be 18:30:00 for a user in New York and 15:30:00 for a user in Los Angeles. Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of `2018-06-19T18:30:00` will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
                },
              },
            },
          },
        ],
        "version": "A String", # Deprecated
      },
    ],
  },
  "saveUri": "A String", # A URI that, when opened, will allow the end user to save the object(s) identified in the JWT to their Google account.
}