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

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

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

Response message for [UserLicenseService.ListLicenseConfigsUsageStats][google.cloud.discoveryengine.v1beta.UserLicenseService.ListLicenseConfigsUsageStats] method.

Inheritance

object > ListLicenseConfigsUsageStatsResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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