Class: Google::Cloud::DiscoveryEngine::V1beta::ListLicenseConfigsUsageStatsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListLicenseConfigsUsageStatsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/user_license_service.rb
Overview
Response message for UserLicenseService.ListLicenseConfigsUsageStats method.
Instance Attribute Summary collapse
-
#license_config_usage_stats ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigUsageStats>
All the customer's LicenseConfigUsageStats.
Instance Attribute Details
#license_config_usage_stats ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigUsageStats>
Returns All the customer's LicenseConfigUsageStats.
122 123 124 125 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_license_service.rb', line 122 class ListLicenseConfigsUsageStatsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |