Class: Google::Apis::GkeonpremV1::OperationProgress
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::OperationProgress
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkeonprem_v1/classes.rb,
lib/google/apis/gkeonprem_v1/representations.rb,
lib/google/apis/gkeonprem_v1/representations.rb
Overview
Information about operation progress.
Instance Attribute Summary collapse
-
#stages ⇒ Array<Google::Apis::GkeonpremV1::OperationStage>
The stages of the operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OperationProgress
constructor
A new instance of OperationProgress.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OperationProgress
Returns a new instance of OperationProgress.
3266 3267 3268 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3266 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stages ⇒ Array<Google::Apis::GkeonpremV1::OperationStage>
The stages of the operation.
Corresponds to the JSON property stages
3264 3265 3266 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3264 def stages @stages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3271 3272 3273 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3271 def update!(**args) @stages = args[:stages] if args.key?(:stages) end |