Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse
- 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 LicenseConfigService.ListLicenseConfigs method.
Instance Attribute Summary collapse
-
#license_configs ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfig>
All the customer's LicenseConfigs.
-
#next_page_token ⇒ String
Not supported.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse
Returns a new instance of GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse.
27062 27063 27064 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27062 def initialize(**args) update!(**args) end |
Instance Attribute Details
#license_configs ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfig>
All the customer's LicenseConfigs.
Corresponds to the JSON property licenseConfigs
27055 27056 27057 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27055 def license_configs @license_configs end |
#next_page_token ⇒ String
Not supported.
Corresponds to the JSON property nextPageToken
27060 27061 27062 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27060 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27067 27068 27069 27070 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27067 def update!(**args) @license_configs = args[:license_configs] if args.key?(:license_configs) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |