Class: Google::Apis::CloudassetV1beta1::BatchGetAssetsHistoryResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1beta1::BatchGetAssetsHistoryResponse
- Defined in:
- generated/google/apis/cloudasset_v1beta1/classes.rb,
generated/google/apis/cloudasset_v1beta1/representations.rb,
generated/google/apis/cloudasset_v1beta1/representations.rb
Overview
Batch get assets history response.
Instance Attribute Summary collapse
-
#assets ⇒ Array<Google::Apis::CloudassetV1beta1::TemporalAsset>
A list of assets with valid time windows.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchGetAssetsHistoryResponse
constructor
A new instance of BatchGetAssetsHistoryResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchGetAssetsHistoryResponse
Returns a new instance of BatchGetAssetsHistoryResponse
228 229 230 |
# File 'generated/google/apis/cloudasset_v1beta1/classes.rb', line 228 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assets ⇒ Array<Google::Apis::CloudassetV1beta1::TemporalAsset>
A list of assets with valid time windows.
Corresponds to the JSON property assets
226 227 228 |
# File 'generated/google/apis/cloudasset_v1beta1/classes.rb', line 226 def assets @assets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
233 234 235 |
# File 'generated/google/apis/cloudasset_v1beta1/classes.rb', line 233 def update!(**args) @assets = args[:assets] if args.key?(:assets) end |