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.



27082
27083
27084
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27082

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



27080
27081
27082
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27080

def license_config_usage_stats
  @license_config_usage_stats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



27087
27088
27089
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27087

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