Sınıfın benzersiz tanımlayıcısı. Bu kimlik, bir verenin tüm sınıfları genelinde benzersiz olmalıdır. Bu değer issuer ID biçiminde olmalıdır.identifier. Bunlardan ilki Google tarafından verilir, ikincisi ise sizin tarafınızdan seçilir. Benzersiz tanımlayıcınız yalnızca alfanümerik karakterler, ".", "_" veya "-" işaretlerini içermelidir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-11-21 UTC."],[[["Adds a message to an existing loyalty class identified by its unique ID."],["The request requires an `AddMessageRequest` object in the body and uses the `POST` method."],["A successful response returns the updated `LoyaltyClass` object."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["A message is added to a loyalty class using a POST request to a specific URL: `https://walletobjects.googleapis.com/walletobjects/v1/loyaltyClass/{resourceId}/addMessage`. The `resourceId` path parameter uniquely identifies the class. The request body requires an `AddMessageRequest` instance. A successful request returns a JSON object containing the updated `LoyaltyClass` resource. This action requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization.\n"]]