Updates the flight class referenced by the given class ID. This method supports patch semantics.

Scopes

You will need authorization for the https://www.googleapis.com/auth/wallet_object.issuer scope to make a valid call.

If unset, the scope for this method defaults to https://www.googleapis.com/auth/wallet_object.issuer. You can set the scope for this method like this: walletobjects1 --scope <scope> flightclass patch ...

Required Scalar Argument

  • <resource-id> (string)
    • 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 '-'.

Required Request Value

The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely.

For example, a structure like this:

FlightClass:
  allow-multiple-users-per-object: boolean
  boarding-and-seating-policy:
    boarding-policy: string
    kind: string
    seat-class-policy: string
  callback-options:
    update-request-url: string
    url: string
  class-template-info:
    list-template-override:
      first-row-option:
        transit-option: string
  country-code: string
  destination:
    airport-iata-code: string
    airport-name-override:
      default-value:
        kind: string
        language: string
        value: string
      kind: string
    gate: string
    kind: string
    terminal: string
  enable-smart-tap: boolean
  flight-header:
    carrier:
      airline-alliance-logo:
        content-description:
          default-value:
            kind: string
            language: string
            value: string
          kind: string
        kind: string
        source-uri:
          description: string
          localized-description:
            default-value:
              kind: string
              language: string
              value: string
            kind: string
          uri: string
      airline-logo:
        content-description:
          default-value:
            kind: string
            language: string
            value: string
          kind: string
        kind: string
        source-uri:
          description: string
          localized-description:
            default-value:
              kind: string
              language: string
              value: string
            kind: string
          uri: string
      airline-name:
        default-value:
          kind: string
          language: string
          value: string
        kind: string
      carrier-iata-code: string
      carrier-icao-code: string
      kind: string
      wide-airline-logo:
        content-description:
          default-value:
            kind: string
            language: string
            value: string
          kind: string
        kind: string
        source-uri:
          description: string
          localized-description:
            default-value:
              kind: string
              language: string
              value: string
            kind: string
          uri: string
    flight-number: string
    flight-number-display-override: string
    kind: string
    operating-carrier:
      airline-alliance-logo:
        content-description:
          default-value:
            kind: string
            language: string
            value: string
          kind: string
        kind: string
        source-uri:
          description: string
          localized-description:
            default-value:
              kind: string
              language: string
              value: string
            kind: string
          uri: string
      airline-logo:
        content-description:
          default-value:
            kind: string
            language: string
            value: string
          kind: string
        kind: string
        source-uri:
          description: string
          localized-description:
            default-value:
              kind: string
              language: string
              value: string
            kind: string
          uri: string
      airline-name:
        default-value:
          kind: string
          language: string
          value: string
        kind: string
      carrier-iata-code: string
      carrier-icao-code: string
      kind: string
      wide-airline-logo:
        content-description:
          default-value:
            kind: string
            language: string
            value: string
          kind: string
        kind: string
        source-uri:
          description: string
          localized-description:
            default-value:
              kind: string
              language: string
              value: string
            kind: string
          uri: string
    operating-flight-number: string
  flight-status: string
  hero-image:
    content-description:
      default-value:
        kind: string
        language: string
        value: string
      kind: string
    kind: string
    source-uri:
      description: string
      localized-description:
        default-value:
          kind: string
          language: string
          value: string
        kind: string
      uri: string
  hex-background-color: string
  homepage-uri:
    description: string
    id: string
    kind: string
    localized-description:
      default-value:
        kind: string
        language: string
        value: string
      kind: string
    uri: string
  id: string
  info-module-data:
    show-last-update-time: boolean
  issuer-name: string
  kind: string
  language-override: string
  local-boarding-date-time: string
  local-estimated-or-actual-arrival-date-time: string
  local-estimated-or-actual-departure-date-time: string
  local-gate-closing-date-time: string
  local-scheduled-arrival-date-time: string
  local-scheduled-departure-date-time: string
  localized-issuer-name:
    default-value:
      kind: string
      language: string
      value: string
    kind: string
  multiple-devices-and-holders-allowed-status: string
  origin:
    airport-iata-code: string
    airport-name-override:
      default-value:
        kind: string
        language: string
        value: string
      kind: string
    gate: string
    kind: string
    terminal: string
  redemption-issuers: [string]
  review:
    comments: string
  review-status: string
  security-animation:
    animation-type: string
  version: string
  view-unlock-requirement: string
  word-mark:
    content-description:
      default-value:
        kind: string
        language: string
        value: string
      kind: string
    kind: string
    source-uri:
      description: string
      localized-description:
        default-value:
          kind: string
          language: string
          value: string
        kind: string
      uri: string

can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.

  • -r . allow-multiple-users-per-object=false
    • Deprecated. Use multipleDevicesAndHoldersAllowedStatus instead.
  • boarding-and-seating-policy boarding-policy=justo
    • Indicates the policy the airline uses for boarding. If unset, Google will default to zoneBased.
  • kind=clita
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#boardingAndSeatingPolicy&#34;.
  • seat-class-policy=dolores

    • Seating policy which dictates how we display the seat class. If unset, Google will default to cabinBased.
  • ..callback-options update-request-url=clita

    • 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:Google-Valuables. Deprecated.
  • url=et

    • 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:Google-Valuables.
  • ..class-template-info.list-template-override.first-row-option transit-option=duo

    • No description provided.
  • .... country-code=stet

    • 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 airport-iata-code=eirmod
    • Three character IATA airport code. This is a required field for origin and destination. Eg: "SFO"
  • airport-name-override.default-value kind=vero
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=magna
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=nonumy

    • The UTF-8 encoded translated string.
  • .. kind=gubergren

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. gate=sadipscing

    • A name of the gate. Eg: "B59" or "59"
  • kind=at
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#airportInfo&#34;.
  • terminal=kasd

    • Terminal name. Eg: "INTL" or "I"
  • .. enable-smart-tap=true

    • 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.
  • flight-header.carrier.airline-alliance-logo.content-description.default-value kind=invidunt
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=lorem
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=et

    • The UTF-8 encoded translated string.
  • .. kind=lorem

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. kind=consetetur

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#image&#34;.
  • source-uri description=labore
    • Additional information about the image, which is unused and retained only for backward compatibility.
  • localized-description.default-value kind=stet
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=amet.
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=dolor

    • The UTF-8 encoded translated string.
  • .. kind=et

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. uri=sed

    • The location of the image. URIs must have a scheme.
  • ...airline-logo.content-description.default-value kind=amet

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=lorem
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=diam

    • The UTF-8 encoded translated string.
  • .. kind=clita

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. kind=sea

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#image&#34;.
  • source-uri description=consetetur
    • Additional information about the image, which is unused and retained only for backward compatibility.
  • localized-description.default-value kind=justo
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=lorem
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=erat

    • The UTF-8 encoded translated string.
  • .. kind=et

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. uri=sit

    • The location of the image. URIs must have a scheme.
  • ...airline-name.default-value kind=stet

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=elitr
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=clita

    • The UTF-8 encoded translated string.
  • .. kind=et

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. carrier-iata-code=aliquyam

    • 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
  • carrier-icao-code=dolore
    • 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=dolore
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#flightCarrier&#34;.
  • wide-airline-logo.content-description.default-value kind=rebum.
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=erat
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=duo

    • The UTF-8 encoded translated string.
  • .. kind=dolor

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. kind=ea

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#image&#34;.
  • source-uri description=sed
    • Additional information about the image, which is unused and retained only for backward compatibility.
  • localized-description.default-value kind=dolor
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=takimata
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=sit

    • The UTF-8 encoded translated string.
  • .. kind=ut

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. uri=eirmod

    • The location of the image. URIs must have a scheme.
  • .... flight-number=voluptua.

    • The flight number without IATA carrier code. This field should contain only digits. This is a required property of flightHeader. eg: "123"
  • flight-number-display-override=nonumy
    • 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=ut
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#flightHeader&#34;.
  • operating-carrier.airline-alliance-logo.content-description.default-value kind=diam
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=dolore
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=gubergren

    • The UTF-8 encoded translated string.
  • .. kind=ea

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. kind=magna

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#image&#34;.
  • source-uri description=at
    • Additional information about the image, which is unused and retained only for backward compatibility.
  • localized-description.default-value kind=est
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=sea
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=ipsum

    • The UTF-8 encoded translated string.
  • .. kind=dolor

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. uri=rebum.

    • The location of the image. URIs must have a scheme.
  • ...airline-logo.content-description.default-value kind=sed

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=no
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=kasd

    • The UTF-8 encoded translated string.
  • .. kind=sit

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. kind=eirmod

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#image&#34;.
  • source-uri description=tempor
    • Additional information about the image, which is unused and retained only for backward compatibility.
  • localized-description.default-value kind=vero
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=nonumy
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=amet

    • The UTF-8 encoded translated string.
  • .. kind=sea

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. uri=at

    • The location of the image. URIs must have a scheme.
  • ...airline-name.default-value kind=stet

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=nonumy
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=ipsum

    • The UTF-8 encoded translated string.
  • .. kind=no

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. carrier-iata-code=erat

    • 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
  • carrier-icao-code=ut
    • 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=lorem
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#flightCarrier&#34;.
  • wide-airline-logo.content-description.default-value kind=eos
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=sed
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=justo

    • The UTF-8 encoded translated string.
  • .. kind=invidunt

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. kind=sadipscing

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#image&#34;.
  • source-uri description=labore
    • Additional information about the image, which is unused and retained only for backward compatibility.
  • localized-description.default-value kind=ipsum
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=takimata
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=diam

    • The UTF-8 encoded translated string.
  • .. kind=ipsum

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. uri=accusam

    • The location of the image. URIs must have a scheme.
  • .... operating-flight-number=no

    • The flight number used by the operating carrier without IATA carrier code. This field should contain only digits. eg: "234"
  • .. flight-status=sed

    • 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.
  • hero-image.content-description.default-value kind=consetetur
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=eirmod
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=lorem

    • The UTF-8 encoded translated string.
  • .. kind=diam

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. kind=consetetur

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#image&#34;.
  • source-uri description=dolores
    • Additional information about the image, which is unused and retained only for backward compatibility.
  • localized-description.default-value kind=et
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=at
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=dolor

    • The UTF-8 encoded translated string.
  • .. kind=consetetur

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. uri=lorem

    • The location of the image. URIs must have a scheme.
  • ... hex-background-color=invidunt

    • 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.
  • homepage-uri description=diam
    • 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=stet
    • The ID associated with a uri. This field is here to enable ease of management of uris.
  • kind=sanctus
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#uri&#34;.
  • localized-description.default-value kind=justo
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=et
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=at

    • The UTF-8 encoded translated string.
  • .. kind=accusam

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. uri=aliquyam

    • 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=at

    • 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 '-'.
  • info-module-data show-last-update-time=false

    • No description provided.
  • .. issuer-name=voluptua.

    • Required. The issuer name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens.
  • kind=dolore
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#flightClass&#34;.
  • language-override=dolor
    • 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".
  • local-boarding-date-time=invidunt
    • 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. If this is not set, Google will set it based on data from other sources.
  • local-estimated-or-actual-arrival-date-time=justo
    • 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. If this is not set, Google will set it based on data from other sources.
  • local-estimated-or-actual-departure-date-time=erat
    • 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. If this is not set, Google will set it based on data from other sources.
  • local-gate-closing-date-time=invidunt
    • 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.
  • local-scheduled-arrival-date-time=labore
    • 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. If this is not set, Google will set it based on data from other sources.
  • local-scheduled-departure-date-time=accusam
    • 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.
  • localized-issuer-name.default-value kind=tempor
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=amet.
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=eirmod

    • The UTF-8 encoded translated string.
  • .. kind=et

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. multiple-devices-and-holders-allowed-status=duo

    • Identifies whether multiple users and devices will save the same object referencing this class.
  • origin airport-iata-code=erat
    • Three character IATA airport code. This is a required field for origin and destination. Eg: "SFO"
  • airport-name-override.default-value kind=sit
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=sed
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=ea

    • The UTF-8 encoded translated string.
  • .. kind=sea

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. gate=sit

    • A name of the gate. Eg: "B59" or "59"
  • kind=amet.
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#airportInfo&#34;.
  • terminal=vero

    • Terminal name. Eg: "INTL" or "I"
  • .. redemption-issuers=at

    • 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.
    • Each invocation of this argument appends the given value to the array.
  • review comments=magna

    • No description provided.
  • .. review-status=no

    • 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.
  • security-animation animation-type=sanctus

    • Type of animation.
  • .. version=lorem

    • Deprecated
  • view-unlock-requirement=voluptua.
    • View Unlock Requirement options for the boarding pass.
  • word-mark.content-description.default-value kind=sit
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=dolor
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=sea

    • The UTF-8 encoded translated string.
  • .. kind=voluptua.

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. kind=duo

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#image&#34;.
  • source-uri description=ipsum
    • Additional information about the image, which is unused and retained only for backward compatibility.
  • localized-description.default-value kind=at
    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#translatedString&#34;.
  • language=rebum.
    • Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value=et

    • The UTF-8 encoded translated string.
  • .. kind=amet.

    • Identifies what kind of resource this is. Value: the fixed string &#34;walletobjects#localizedString&#34;.
  • .. uri=erat

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

About Cursors

The cursor position is key to comfortably set complex nested structures. The following rules apply:

  • The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o .
  • The cursor position is set relative to the top-level structure if it starts with ., e.g. -r .s.s
  • You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar.
  • You can move the cursor one level up by using ... Each additional . moves it up one additional level. E.g. ... would go three levels up.

Optional Output Flags

The method's return value a JSON encoded structure, which will be written to standard output by default.

  • -o out
    • out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.

Optional General Properties

The following properties can configure any call, and are not specific to this method.

  • -p $-xgafv=string

    • V1 error format.
  • -p access-token=string

    • OAuth access token.
  • -p alt=string

    • Data format for response.
  • -p callback=string

    • JSONP
  • -p fields=string

    • Selector specifying which fields to include in a partial response.
  • -p key=string

    • API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
  • -p oauth-token=string

    • OAuth 2.0 token for the current user.
  • -p pretty-print=boolean

    • Returns response with indentations and line breaks.
  • -p quota-user=string

    • Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
  • -p upload-type=string

    • Legacy upload protocol for media (e.g. "media", "multipart").
  • -p upload-protocol=string

    • Upload protocol for media (e.g. "raw", "multipart").