Es el identificador único de un objeto. Este ID debe ser único para todos los objetos de un emisor. Este valor debe seguir el formato issuer ID.identifier, donde Google emite el primero y tú eliges el segundo. El identificador único solo debe incluir caracteres alfanuméricos, “.”, “_” o “-”.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-11-04 (UTC)"],[[["This endpoint modifies linked offer objects for an existing event ticket object using its unique ID."],["The request should be a `POST` request to the specified URL with the event ticket object's ID in the path."],["The request body must follow the `ModifyLinkedOfferObjectsRequest` structure, and the response will contain the updated `EventTicketObject`."],["Authorization requires the `wallet_object.issuer` scope."]]],["This describes modifying linked offer objects for an event ticket object using a POST request to a specific URL. The URL utilizes gRPC Transcoding and requires a unique `resourceId` path parameter. The request body must be a `ModifyLinkedOfferObjectsRequest`. A successful response returns an `EventTicketObject`. Access requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The resource ID has a fixed format composed by an issuer ID given by google and an identifier specified by the user.\n"]]