একটি ক্লাসের অনন্য শনাক্তকারী। এই আইডিটি অবশ্যই ইস্যুকারীর সমস্ত ক্লাসে অনন্য হতে হবে। এই মানটি ফরম্যাট issuer ID অনুসরণ করা উচিত। identifier যেখানে আগেরটি Google দ্বারা জারি করা হয় এবং পরবর্তীটি আপনার দ্বারা বেছে নেওয়া হয়৷ আপনার অনন্য শনাক্তকারীতে শুধুমাত্র বর্ণসংখ্যার অক্ষর, '.', '_', বা '-' অন্তর্ভুক্ত করা উচিত।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-07 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Adds a message to an existing flight class using the provided class ID."],["The request body should contain an `AddMessageRequest` object and uses the `POST` method."],["If successful, the response returns the updated `FlightClass` object."],["Requires `wallet_object.issuer` authorization scope for access."],["Utilizes gRPC Transcoding for the HTTP request URL structure."]]],["This document outlines the process for adding a message to a flight class using a POST request to the `https://walletobjects.googleapis.com/walletobjects/v1/flightClass/{resourceId}/addMessage` endpoint. The `resourceId` path parameter, a unique identifier in the format `\u003cissuer ID\u003e.\u003cidentifier\u003e`, specifies the target class. The request body utilizes the `AddMessageRequest`. Upon success, the response includes the updated `FlightClass` resource, necessitating `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope authorization.\n"]]