Class: Google::Apis::SaasservicemgmtV1::FlagUpdate

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/saasservicemgmt_v1/classes.rb,
lib/google/apis/saasservicemgmt_v1/representations.rb,
lib/google/apis/saasservicemgmt_v1/representations.rb

Overview

FlagUpdate is a UnitOperation that pushes new flag values to Units.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FlagUpdate

Returns a new instance of FlagUpdate.



181
182
183
# File 'lib/google/apis/saasservicemgmt_v1/classes.rb', line 181

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#flag_releaseString

Required. Flag release being applied by UnitOperation. Corresponds to the JSON property flagRelease

Returns:

  • (String)


179
180
181
# File 'lib/google/apis/saasservicemgmt_v1/classes.rb', line 179

def flag_release
  @flag_release
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



186
187
188
# File 'lib/google/apis/saasservicemgmt_v1/classes.rb', line 186

def update!(**args)
  @flag_release = args[:flag_release] if args.key?(:flag_release)
end