Class: Google::Apis::ServiceusageV1beta1::RolloutInfo
- Inherits:
-
Object
- Object
- Google::Apis::ServiceusageV1beta1::RolloutInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/serviceusage_v1beta1/classes.rb,
lib/google/apis/serviceusage_v1beta1/representations.rb,
lib/google/apis/serviceusage_v1beta1/representations.rb
Overview
[Output only] Rollout information of a quota.
Instance Attribute Summary collapse
-
#default_limit_ongoing_rollout ⇒ Boolean
(also: #default_limit_ongoing_rollout?)
Whether there is an ongoing rollout for the default limit or not.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RolloutInfo
constructor
A new instance of RolloutInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RolloutInfo
Returns a new instance of RolloutInfo.
5111 5112 5113 |
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 5111 def initialize(**args) update!(**args) end |
Instance Attribute Details
#default_limit_ongoing_rollout ⇒ Boolean Also known as: default_limit_ongoing_rollout?
Whether there is an ongoing rollout for the default limit or not.
Corresponds to the JSON property defaultLimitOngoingRollout
5108 5109 5110 |
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 5108 def default_limit_ongoing_rollout @default_limit_ongoing_rollout end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5116 5117 5118 |
# File 'lib/google/apis/serviceusage_v1beta1/classes.rb', line 5116 def update!(**args) @default_limit_ongoing_rollout = args[:default_limit_ongoing_rollout] if args.key?(:default_limit_ongoing_rollout) end |