GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1CustomAttributeValue (google_api_cloud_identity v0.23.0) 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() | nil,
    numberValue: float() | nil,
    stringValue: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.