Class: Google::Apis::CloudassetV1beta1::BatchGetAssetsHistoryResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1beta1::BatchGetAssetsHistoryResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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.
Constructor Details
#initialize(**args) ⇒ BatchGetAssetsHistoryResponse
Returns a new instance of BatchGetAssetsHistoryResponse.
219 220 221 |
# File 'generated/google/apis/cloudasset_v1beta1/classes.rb', line 219 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
217 218 219 |
# File 'generated/google/apis/cloudasset_v1beta1/classes.rb', line 217 def assets @assets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
224 225 226 |
# File 'generated/google/apis/cloudasset_v1beta1/classes.rb', line 224 def update!(**args) @assets = args[:assets] if args.key?(:assets) end |