Class: Google::Apis::DataflowV1b3::ListSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::ListSnapshotsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataflow_v1b3/classes.rb,
generated/google/apis/dataflow_v1b3/representations.rb,
generated/google/apis/dataflow_v1b3/representations.rb
Overview
List of snapshots.
Instance Attribute Summary collapse
-
#snapshots ⇒ Array<Google::Apis::DataflowV1b3::Snapshot>
Returned snapshots.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListSnapshotsResponse
constructor
A new instance of ListSnapshotsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListSnapshotsResponse
Returns a new instance of ListSnapshotsResponse.
2799 2800 2801 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2799 def initialize(**args) update!(**args) end |
Instance Attribute Details
#snapshots ⇒ Array<Google::Apis::DataflowV1b3::Snapshot>
Returned snapshots.
Corresponds to the JSON property snapshots
2797 2798 2799 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2797 def snapshots @snapshots end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2804 2805 2806 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2804 def update!(**args) @snapshots = args[:snapshots] if args.key?(:snapshots) end |