ID unik untuk objek. ID ini harus unik di semua objek dari penerbit. Nilai ini harus mengikuti format issuerID.identifier di mana issuerID diterbitkan oleh Google dan identifier dipilih oleh Anda. ID unik hanya dapat 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."],[[["This PUT request updates a generic object referenced by its unique ID."],["The object ID must follow a specific format: `issuerID.identifier`."],["Request and response bodies both utilize the `GenericObject` schema."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["The document details updating a generic object via a `PUT` HTTP request to a specific URL using gRPC Transcoding. The URL requires a `resourceId` path parameter, formatted as `issuerID.identifier`, to uniquely identify the object. The request body must contain a `GenericObject` instance, and a successful response will also return a `GenericObject` instance. The operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]