Discovery Engine v1beta API - Class RetractLicenseConfigResponse (1.0.0-beta24)

public sealed class RetractLicenseConfigResponse : IMessage<RetractLicenseConfigResponse>, IEquatable<RetractLicenseConfigResponse>, IDeepCloneable<RetractLicenseConfigResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class RetractLicenseConfigResponse.

Response message for [LicenseConfigService.RetractLicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfigService.RetractLicenseConfig] method.

Inheritance

object > RetractLicenseConfigResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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