Class ReportPropertyUsageResponse
Response message for ReportPropertyUsage RPC.
Implements
Inherited Members
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class ReportPropertyUsageResponse : IDirectResponseSchema
Properties
BillInfo
Bill amount in the specified organization and month. Will be empty if user only has access to usage data.
Declaration
[JsonProperty("billInfo")]
public virtual BillInfo BillInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| BillInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyUsages
Usage data for all properties in the specified organization and month.
Declaration
[JsonProperty("propertyUsages")]
public virtual IList<PropertyUsage> PropertyUsages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PropertyUsage> |