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

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

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

Message for requesting license usage per configuration.

Inheritance

object > QueryConfigurationLicenseUsageRequest

Namespace

Google.Cloud.LicenseManager.V1

Assembly

Google.Cloud.LicenseManager.V1.dll

Constructors

QueryConfigurationLicenseUsageRequest()

public QueryConfigurationLicenseUsageRequest()

QueryConfigurationLicenseUsageRequest(QueryConfigurationLicenseUsageRequest)

public QueryConfigurationLicenseUsageRequest(QueryConfigurationLicenseUsageRequest other)
Parameter
Name Description
other QueryConfigurationLicenseUsageRequest

Properties

ConfigurationName

public ConfigurationName ConfigurationName { get; set; }

ConfigurationName-typed view over the Name resource name property.

Property Value
Type Description
ConfigurationName

EndTime

public Timestamp EndTime { get; set; }

Required. The end time for retrieving the usage. If not specified, we will use the last day of the current billing period.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

Required. The resource path of the Configuration.

Property Value
Type Description
string

StartTime

public Timestamp StartTime { get; set; }

Required. The start time for retrieving the usage. If not specified, we will use the first day of the current billing period.

Property Value
Type Description
Timestamp