Class: Google::Apis::SaasservicemgmtV1beta1::FlagUpdate
- Inherits:
-
Object
- Object
- Google::Apis::SaasservicemgmtV1beta1::FlagUpdate
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/saasservicemgmt_v1beta1/classes.rb,
lib/google/apis/saasservicemgmt_v1beta1/representations.rb,
lib/google/apis/saasservicemgmt_v1beta1/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.
968 969 970 |
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 968 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
966 967 968 |
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 966 def flag_release @flag_release end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
973 974 975 |
# File 'lib/google/apis/saasservicemgmt_v1beta1/classes.rb', line 973 def update!(**args) @flag_release = args[:flag_release] if args.key?(:flag_release) end |