public sealed class ListLicenseConfigsUsageStatsResponse : IMessage<ListLicenseConfigsUsageStatsResponse>, IEquatable<ListLicenseConfigsUsageStatsResponse>, IDeepCloneable<ListLicenseConfigsUsageStatsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class ListLicenseConfigsUsageStatsResponse.
Response message for [UserLicenseService.ListLicenseConfigsUsageStats][google.cloud.discoveryengine.v1beta.UserLicenseService.ListLicenseConfigsUsageStats] method.
Implements
IMessageListLicenseConfigsUsageStatsResponse, IEquatableListLicenseConfigsUsageStatsResponse, IDeepCloneableListLicenseConfigsUsageStatsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ListLicenseConfigsUsageStatsResponse()
public ListLicenseConfigsUsageStatsResponse()ListLicenseConfigsUsageStatsResponse(ListLicenseConfigsUsageStatsResponse)
public ListLicenseConfigsUsageStatsResponse(ListLicenseConfigsUsageStatsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLicenseConfigsUsageStatsResponse |
Properties
LicenseConfigUsageStats
public RepeatedField<LicenseConfigUsageStats> LicenseConfigUsageStats { get; }All the customer's [LicenseConfigUsageStats][google.cloud.discoveryengine.v1beta.LicenseConfigUsageStats].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLicenseConfigUsageStats |
|