Class: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1RolloutInfo
- Inherits:
-
Object
- Object
- Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1RolloutInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb,
lib/google/apis/serviceconsumermanagement_v1beta1/representations.rb,
lib/google/apis/serviceconsumermanagement_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) ⇒ V1Beta1RolloutInfo
constructor
A new instance of V1Beta1RolloutInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ V1Beta1RolloutInfo
Returns a new instance of V1Beta1RolloutInfo.
4150 4151 4152 |
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 4150 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
4147 4148 4149 |
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 4147 def default_limit_ongoing_rollout @default_limit_ongoing_rollout end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4155 4156 4157 |
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 4155 def update!(**args) @default_limit_ongoing_rollout = args[:default_limit_ongoing_rollout] if args.key?(:default_limit_ongoing_rollout) end |