Struct google_pubsub1::ReceivedMessage
[−]
[src]
pub struct ReceivedMessage {
pub ack_id: Option<String>,
pub message: Option<PubsubMessage>,
}A message and its corresponding acknowledgment ID.
This type is not used in any activity, and only used as part of another schema.
Fields
ack_id: Option<String>
This ID can be used to acknowledge the received message.
message: Option<PubsubMessage>
The message.
Trait Implementations
impl Default for ReceivedMessage[src]
fn default() -> ReceivedMessage
Returns the "default value" for a type. Read more
impl Clone for ReceivedMessage[src]
fn clone(&self) -> ReceivedMessage
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more