class Google::Apis::CloudassetV1beta1::BatchGetAssetsHistoryResponse
Batch get assets history response.
Attributes
assets[RW]
A list of assets with valid time windows. Corresponds to the JSON property `assets` @return [Array<Google::Apis::CloudassetV1beta1::TemporalAsset>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1beta1/classes.rb, line 252 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudasset_v1beta1/classes.rb, line 257 def update!(**args) @assets = args[:assets] if args.key?(:assets) end