Class: Google::Cloud::Asset::V1beta1::BatchGetAssetsHistoryResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#assets::Array<::Google::Cloud::Asset::V1beta1::TemporalAsset>

Returns A list of assets with valid time windows.

Returns:



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