View Source GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsChatProto (google_api_content_warehouse v0.4.0)

Represents the invitees or other users associated with a Babel Chat (see http://goto/babel). Corresponds to GroupType CHAT in //social/graph/storage/proto/data.proto.

Attributes

  • chatId (type: String.t, default: nil) - Chat IDs consist of alphanumeric characters and colons. Currently required.
  • memberType (type: integer(), default: nil) - The type of Chat members to consider, e.g. "all members" vs. "invitee" These are defined by legacy_relation_id values in social.graph.storage.EdgeTypeEnum.EdgeType enum options in social/graph/storage/proto/id.proto. See chat.pb (defined in production/config/cdd/socialgraph/mixer_config/prod/node_type_config) for all valid edge types associated with chat. Currently required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsChatProto{
  chatId: String.t() | nil,
  memberType: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.