Class Message (0.3.8)

Message(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A message which contains notification details.

Attributes

NameDescription
body google.cloud.advisorynotifications_v1.types.Message.Body
The message content.
attachments MutableSequence[google.cloud.advisorynotifications_v1.types.Attachment]
The attachments to download.
create_time google.protobuf.timestamp_pb2.Timestamp
The Message creation timestamp.
localization_time google.protobuf.timestamp_pb2.Timestamp
Time when Message was localized

Classes

Body

Body(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A message body containing text.