Class: Google::Apis::FirebaseV1beta1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseV1beta1::OperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebase_v1beta1/classes.rb,
lib/google/apis/firebase_v1beta1/representations.rb,
lib/google/apis/firebase_v1beta1/representations.rb
Overview
Describes the progress of an LRO. It is included in the metadata
field of
the Operation
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OperationMetadata
constructor
A new instance of OperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OperationMetadata
Returns a new instance of OperationMetadata.
1074 1075 1076 |
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 1074 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1079 1080 |
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 1079 def update!(**args) end |