public sealed class RetractLicenseConfigResponse : IMessage<RetractLicenseConfigResponse>, IEquatable<RetractLicenseConfigResponse>, IDeepCloneable<RetractLicenseConfigResponse>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class RetractLicenseConfigResponse.
Response message for [LicenseConfigService.RetractLicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfigService.RetractLicenseConfig] method.
Implements
IMessageRetractLicenseConfigResponse, IEquatableRetractLicenseConfigResponse, IDeepCloneableRetractLicenseConfigResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
RetractLicenseConfigResponse()
public RetractLicenseConfigResponse()RetractLicenseConfigResponse(RetractLicenseConfigResponse)
public RetractLicenseConfigResponse(RetractLicenseConfigResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
RetractLicenseConfigResponse |
Properties
LicenseConfig
public LicenseConfig LicenseConfig { get; set; }The updated LicenseConfig.
| Property Value | |
|---|---|
| Type | Description |
LicenseConfig |
|