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

Attributes

  • displayName (type: String.t, default: nil) - Equivalent to Name.display_name for the person_id profile.
  • jobTitle (type: String.t, default: nil) - Equivalent to Organization.title for the primary organization of the person_id profile.
  • personId (type: String.t, default: nil) -
  • photoUrl (type: String.t, default: nil) - Equivalent to Photo.url for the person_id profile.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRelationRelationDetails{
    displayName: String.t() | nil,
    jobTitle: String.t() | nil,
    personId: String.t() | nil,
    photoUrl: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.