Class GoogleCloudDiscoveryengineV1betaDistributeLicenseConfigResponse
Response message for LicenseConfigService.DistributeLicenseConfig method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaDistributeLicenseConfigResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LicenseConfig
The updated or created LicenseConfig.
Declaration
[JsonProperty("licenseConfig")]
public virtual GoogleCloudDiscoveryengineV1betaLicenseConfig LicenseConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaLicenseConfig |