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

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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListSnapshotsResponse

Returns a new instance of ListSnapshotsResponse



2416
2417
2418
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2416

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

Instance Attribute Details

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

Returned snapshots. Corresponds to the JSON property snapshots



2414
2415
2416
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2414

def snapshots
  @snapshots
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2421
2422
2423
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2421

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