google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.UserKeyword View Source

JSON template for a keyword entry.

Attributes

  • customType (type: String.t, default: nil) - Custom Type.
  • type (type: String.t, default: nil) - Each entry can have a type which indicates standard type of that entry. For example, keyword could be of type occupation or outlook. In addition to the standard type, an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.
  • value (type: String.t, default: nil) - Keyword.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Admin.Directory_v1.Model.UserKeyword{
  customType: String.t(),
  type: String.t(),
  value: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.