Class: Google::Apis::DataflowV1b3::ListSnapshotsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListSnapshotsResponse

Returns a new instance of ListSnapshotsResponse.



3182
3183
3184
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3182

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#snapshotsArray<Google::Apis::DataflowV1b3::Snapshot>

Returned snapshots. Corresponds to the JSON property snapshots



3180
3181
3182
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3180

def snapshots
  @snapshots
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3187
3188
3189
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3187

def update!(**args)
  @snapshots = args[:snapshots] if args.key?(:snapshots)
end