google_api_pub_sub v0.6.0 GoogleApi.PubSub.V1.Model.PublishResponse View Source
Response for the `Publish` method.
Attributes
- messageIds ([String.t]): The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.PubSub.V1.Model.PublishResponse{messageIds: [any()]}
t() :: %GoogleApi.PubSub.V1.Model.PublishResponse{messageIds: [any()]}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.