Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Response message for UserLicenseService.ListLicenseConfigsUsageStats method.
Instance Attribute Summary collapse
-
#license_config_usage_stats ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats>
All the customer's LicenseConfigUsageStats.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
Returns a new instance of GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse.
27294 27295 27296 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27294 def initialize(**args) update!(**args) end |
Instance Attribute Details
#license_config_usage_stats ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats>
All the customer's LicenseConfigUsageStats.
Corresponds to the JSON property licenseConfigUsageStats
27292 27293 27294 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27292 def license_config_usage_stats @license_config_usage_stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27299 27300 27301 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27299 def update!(**args) @license_config_usage_stats = args[:license_config_usage_stats] if args.key?(:license_config_usage_stats) end |