class Google::Apis::ResourcesettingsV1::GoogleCloudResourcesettingsV1ValueEnumValue

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[RW]

The value of this enum Corresponds to the JSON property `value` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/resourcesettings_v1/classes.rb, line 207
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/resourcesettings_v1/classes.rb, line 212
def update!(**args)
  @value = args[:value] if args.key?(:value)
end