GoogleApi.Chat.V1.Model.DeletionMetadata (google_api_chat v0.43.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.