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