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.
4061 4062 4063 |
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 4061 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
4058 4059 4060 |
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 4058 def default_limit_ongoing_rollout @default_limit_ongoing_rollout end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4066 4067 4068 |
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 4066 def update!(**args) @default_limit_ongoing_rollout = args[:default_limit_ongoing_rollout] if args.key?(:default_limit_ongoing_rollout) end |