Module: Google::Apps::Chat::V1::HistoryState

Defined in:
proto_docs/google/chat/v1/history_state.rb

Overview

The history state for messages and spaces. Specifies how long messages and conversation threads are kept after creation.

Constant Summary collapse

HISTORY_STATE_UNSPECIFIED =

Default value. Do not use.

0
HISTORY_OFF =
1
HISTORY_ON =

History on. The organization's Vault retention rules specify for how long messages and threads are kept.

2