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

DEPRECATED.

Attributes

  • domainBadge (type: list(String.t), default: nil) - DEPRECATED. Organization badge for the domain this person is a member of. The badge is the primary hosted domain.
  • domainName (type: list(String.t), default: nil) - DEPRECATED. Hosted domain this person is a member of. Formerly only available via PersonExtendedData.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo{
    domainBadge: [String.t()] | nil,
    domainName: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.