Class: Google::Cloud::Asset::V1beta1::BatchGetAssetsHistoryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1beta1::BatchGetAssetsHistoryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1beta1/asset_service.rb
Overview
Batch get assets history response.
Instance Attribute Summary collapse
-
#assets ⇒ ::Array<::Google::Cloud::Asset::V1beta1::TemporalAsset>
A list of assets with valid time windows.
Instance Attribute Details
#assets ⇒ ::Array<::Google::Cloud::Asset::V1beta1::TemporalAsset>
Returns A list of assets with valid time windows.
111 112 113 114 |
# File 'proto_docs/google/cloud/asset/v1beta1/asset_service.rb', line 111 class BatchGetAssetsHistoryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |