google_api_cloud_identity v0.16.1 GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1CustomAttributeValue View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.