class Google::Apis::DataflowV1b3::ListSnapshotsResponse
List of snapshots.
Attributes
snapshots[RW]
Returned snapshots. Corresponds to the JSON property `snapshots` @return [Array<Google::Apis::DataflowV1b3::Snapshot>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2807 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2812 def update!(**args) @snapshots = args[:snapshots] if args.key?(:snapshots) end