License Manager v1 API - Class QueryConfigurationLicenseUsageResponse (1.0.0-beta01)

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

Reference documentation and code samples for the License Manager v1 API class QueryConfigurationLicenseUsageResponse.

Message for response to get the license usage per configuration.

Inheritance

object > QueryConfigurationLicenseUsageResponse

Namespace

Google.Cloud.LicenseManager.V1

Assembly

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