View Source GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1Value (google_api_resource_settings v0.3.0)

The data in a setting value.

Attributes

  • booleanValue (type: boolean(), default: nil) - Defines this value as being a boolean value.
  • durationValue (type: String.t, default: nil) - Defines this value as being a Duration.
  • enumValue (type: GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueEnumValue.t, default: nil) - Defines this value as being a Enum.
  • stringMapValue (type: GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueStringMap.t, default: nil) - Defines this value as being a StringMap.
  • stringSetValue (type: GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueStringSet.t, default: nil) - Defines this value as being a StringSet.
  • stringValue (type: String.t, default: nil) - Defines this value as being a string value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1Value{
  booleanValue: boolean() | nil,
  durationValue: String.t() | nil,
  enumValue:
    GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueEnumValue.t()
    | nil,
  stringMapValue:
    GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueStringMap.t()
    | nil,
  stringSetValue:
    GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueStringSet.t()
    | nil,
  stringValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.