public sealed class QueryConfigurationLicenseUsageResponse : IMessage<QueryConfigurationLicenseUsageResponse>, IEquatable<QueryConfigurationLicenseUsageResponse>, IDeepCloneable<QueryConfigurationLicenseUsageResponse>, IBufferMessage, IMessageReference documentation and code samples for the License Manager v1 API class QueryConfigurationLicenseUsageResponse.
Message for response to get the license usage per configuration.
Implements
IMessageQueryConfigurationLicenseUsageResponse, IEquatableQueryConfigurationLicenseUsageResponse, IDeepCloneableQueryConfigurationLicenseUsageResponse, IBufferMessage, IMessageNamespace
Google.Cloud.LicenseManager.V1Assembly
Google.Cloud.LicenseManager.V1.dll
Constructors
QueryConfigurationLicenseUsageResponse()
public QueryConfigurationLicenseUsageResponse()QueryConfigurationLicenseUsageResponse(QueryConfigurationLicenseUsageResponse)
public QueryConfigurationLicenseUsageResponse(QueryConfigurationLicenseUsageResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryConfigurationLicenseUsageResponse |
Properties
DetailsCase
public QueryConfigurationLicenseUsageResponse.DetailsOneofCase DetailsCase { get; }| Property Value | |
|---|---|
| Type | Description |
QueryConfigurationLicenseUsageResponseDetailsOneofCase |
|
UserCountUsage
public UserCountUsage UserCountUsage { get; set; }Usage information for license types which use user-count billing.
| Property Value | |
|---|---|
| Type | Description |
UserCountUsage |
|