Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse.



27940
27941
27942
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27940

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#license_config_usage_statsArray<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats>

All the customer's LicenseConfigUsageStats. Corresponds to the JSON property licenseConfigUsageStats



27938
27939
27940
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27938

def license_config_usage_stats
  @license_config_usage_stats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27945
27946
27947
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27945

def update!(**args)
  @license_config_usage_stats = args[:license_config_usage_stats] if args.key?(:license_config_usage_stats)
end