View Source GoogleApi.Chat.V1.Model.DeletionMetadata (google_api_chat v0.34.3)

Information about a deleted message. A message is deleted when delete_time is set.

Attributes

  • deletionType (type: String.t, default: nil) - Indicates who deleted the message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.DeletionMetadata{deletionType: String.t() | nil}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.