View Source GoogleApi.Chat.V1.Model.MembershipCount (google_api_chat v0.40.0)

Represents the count of memberships of a space, grouped into categories.

Attributes

  • joinedDirectHumanUserCount (type: integer(), default: nil) - Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.
  • joinedGroupCount (type: integer(), default: nil) - Count of all groups that have directly joined the space.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.MembershipCount{
  joinedDirectHumanUserCount: integer() | nil,
  joinedGroupCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.