View Source GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1CustomAttributeValue (google_api_cloud_identity v0.32.0)

Additional custom attribute values may be one of these types

Attributes

  • boolValue (type: boolean(), default: nil) - Represents a boolean value.
  • numberValue (type: float(), default: nil) - Represents a double value.
  • stringValue (type: String.t, default: nil) - Represents a string value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1CustomAttributeValue{
    boolValue: boolean() | nil,
    numberValue: float() | nil,
    stringValue: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.