View Source GoogleApi.People.V1.Model.ProfileMetadata (google_api_people v0.41.0)

The metadata about a profile.

Attributes

  • objectType (type: String.t, default: nil) - Output only. The profile object type.
  • userTypes (type: list(String.t), default: nil) - Output only. The user types.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.ProfileMetadata{
  objectType: String.t() | nil,
  userTypes: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.