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 more...
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.
3061 3062 3063 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3061 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
3059 3060 3061 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3059 def stages @stages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3066 3067 3068 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3066 def update!(**args) @stages = args[:stages] if args.key?(:stages) end |