Class GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse
Response message for LicenseConfigService.ListLicenseConfigs method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LicenseConfigs
All the customer's LicenseConfigs.
Declaration
[JsonProperty("licenseConfigs")]
public virtual IList<GoogleCloudDiscoveryengineV1betaLicenseConfig> LicenseConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1betaLicenseConfig> |
NextPageToken
Not supported.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |