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

A enum value that can hold any enum type setting values. Each enum type is represented by a number, this representation is stored in the definitions.

Attributes

  • value (type: String.t, default: nil) - The value of this enum

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueEnumValue{
    value: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.