SocialGraphWireProtoPeopleapiExtensionDynamiteExtendedData

GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionDynamiteExtendedData


Table of Contents ▼

Jump to a specific part of the page:

Description

Dynamite-related extension data.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. avatarUrl (type: String.t, default: nil)
    - Avatar image URL for a Google Group, based on the member count.
  2. description (type: String.t, default: nil)
    - Short description of this bot. Only set if EntityType == BOT.
  3. developerName (type: String.t, default: nil)
    - Display name of bot developer. Only set if EntityType == BOT.
  4. dndState (type: String.t, default: nil)
    -
  5. entityType (type: String.t, default: nil)
    -
  6. isMembershipVisibleToCaller (type: boolean(), default: nil)
    - Whether caller has visibility into the direct members of the roster. NEXT TAG: 11
  7. memberCount (type: String.t, default: nil)
    - DEPRECATED: use segmented_membership_counts instead. Number of members (direct or indirect) in a Google Group. Only an estimate for large groups (currently > 1K direct / indirect members).
  8. organizationInfo (type: GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedOrganizationInfo, default: nil)
    -
  9. presence (type: String.t, default: nil)
    -
  10. segmentedMembershipCounts (type: GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedSegmentedMembershipCounts, default: nil)
    - Represents the direct membership counts of a Google Group. May contain counts based on member type and membership state.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionDynamiteExtendedData{
avatarUrl: String.t() | nil,
description: String.t() | nil,
developerName: String.t() | nil,
dndState: String.t() | nil,
entityType: String.t() | nil,
isMembershipVisibleToCaller: boolean() | nil,
memberCount: String.t() | nil,
organizationInfo: GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedOrganizationInfo.t() | nil,
presence: String.t() | nil,
segmentedMembershipCounts: GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedSegmentedMembershipCounts.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionDynamiteExtendedData