AddMessageRequest
Resource used when the AddMessage endpoints are called.
JSON representation |
{
"message": {
object (Message )
}
} |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-23 UTC.
[null,null,["Last updated 2024-10-23 UTC."],[[["The AddMessage endpoint utilizes a JSON structure for data input."],["This JSON structure contains a single \"message\" field, which holds a Message object."],["The Message object structure is further detailed in its dedicated documentation page, linked within the table."]]],["The core content defines the JSON structure used when the `AddMessage` endpoints are called. It specifies that the resource utilizes a JSON representation with a single field, `message`. This `message` field is an object, detailed further in the `Message` schema, which can be found at the provided link `(/wallet/reference/rest/v1/Message)`. The table format clearly presents this JSON representation and the associated field, `message`.\n"]]