ID unik untuk class. ID ini harus unik di semua kelas dari penerbit. Nilai ini harus mengikuti format issuer ID.identifier yang pertama diterbitkan oleh Google, dan yang kedua dipilih oleh Anda. ID unik Anda hanya boleh berisi karakter alfanumerik, '.', '_', atau '-'.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-11-04 UTC."],[[["Updates an existing event ticket class with patch semantics, allowing for partial modifications."],["The request must target a specific class identified by its unique `resourceId` in the URL path."],["The request body should contain the desired changes to the `EventTicketClass` object."],["A successful update will return the updated `EventTicketClass` object in the response."],["Requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope for execution."]]],["The core action is to update an event ticket class using a `PATCH` request to a specified URL. The `resourceId` path parameter, a unique string identifier in the format of `issuer ID.identifier`, is required to locate the class. The request body contains the updated `EventTicketClass` data. A successful response returns the modified `EventTicketClass`. This operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The URL uses gRPC Transcoding.\n"]]