View Source GoogleApi.Admin.Directory_v1.Model.UserAbout (google_api_admin v0.40.0)

JSON template for About (notes) of a user in Directory API.

Attributes

  • contentType (type: String.t, default: nil) - About entry can have a type which indicates the content type. It can either be plain or html. By default, notes contents are assumed to contain plain text.
  • value (type: String.t, default: nil) - Actual value of notes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.UserAbout{
  contentType: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.