Class: Google::Apis::SaasservicemgmtV1::FlagUpdate
- Inherits:
-
Object
- Object
- Google::Apis::SaasservicemgmtV1::FlagUpdate
- 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
-
#flag_release ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FlagUpdate
constructor
A new instance of FlagUpdate.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_release ⇒ String
Required. Flag release being applied by UnitOperation.
Corresponds to the JSON property flagRelease
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 |