Class: Google::Apis::DataflowV1b3::ListSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::ListSnapshotsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataflow_v1b3/classes.rb,
lib/google/apis/dataflow_v1b3/representations.rb,
lib/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.
2908 2909 2910 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2908 def initialize(**args) update!(**args) end |
Instance Attribute Details
#snapshots ⇒ Array<Google::Apis::DataflowV1b3::Snapshot>
Returned snapshots.
Corresponds to the JSON property snapshots
2906 2907 2908 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2906 def snapshots @snapshots end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2913 2914 2915 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2913 def update!(**args) @snapshots = args[:snapshots] if args.key?(:snapshots) end |