Class: Google::Apis::CloudassetV1::BatchGetAssetsHistoryResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudasset_v1/classes.rb,
generated/google/apis/cloudasset_v1/representations.rb,
generated/google/apis/cloudasset_v1/representations.rb

Overview

Batch get assets history response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BatchGetAssetsHistoryResponse

Returns a new instance of BatchGetAssetsHistoryResponse.



299
300
301
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 299

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

Instance Attribute Details

#assetsArray<Google::Apis::CloudassetV1::TemporalAsset>

A list of assets with valid time windows. Corresponds to the JSON property assets



297
298
299
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 297

def assets
  @assets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



304
305
306
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 304

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