public sealed class QueryConfigurationLicenseUsageRequest : IMessage<QueryConfigurationLicenseUsageRequest>, IEquatable<QueryConfigurationLicenseUsageRequest>, IDeepCloneable<QueryConfigurationLicenseUsageRequest>, IBufferMessage, IMessageReference documentation and code samples for the License Manager v1 API class QueryConfigurationLicenseUsageRequest.
Message for requesting license usage per configuration.
Implements
IMessageQueryConfigurationLicenseUsageRequest, IEquatableQueryConfigurationLicenseUsageRequest, IDeepCloneableQueryConfigurationLicenseUsageRequest, IBufferMessage, IMessageNamespace
Google.Cloud.LicenseManager.V1Assembly
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 |
|