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

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

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

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

Inheritance

object > DistributeLicenseConfigResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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