class Google::Apis::CloudassetV1::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::CloudassetV1::TemporalAsset>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 426
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_v1/classes.rb, line 431
def update!(**args)
  @assets = args[:assets] if args.key?(:assets)
end