Class ReportPropertyUsageResponse
Response message for ReportPropertyUsage RPC.
Implements
Namespace: Google.Ads.MarketingPlatform.Admin.V1Alpha
Assembly: Google.Ads.MarketingPlatform.Admin.V1Alpha.dll
Syntax
public sealed class ReportPropertyUsageResponse : IMessage<ReportPropertyUsageResponse>, IEquatable<ReportPropertyUsageResponse>, IDeepCloneable<ReportPropertyUsageResponse>, IBufferMessage, IMessage
Constructors
ReportPropertyUsageResponse()
Declaration
public ReportPropertyUsageResponse()
ReportPropertyUsageResponse(ReportPropertyUsageResponse)
Declaration
public ReportPropertyUsageResponse(ReportPropertyUsageResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportPropertyUsageResponse | other |
Properties
BillInfo
Bill amount in the specified organization and month.
Will be empty if user only has access to usage data.
Declaration
public ReportPropertyUsageResponse.Types.BillInfo BillInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| ReportPropertyUsageResponse.Types.BillInfo |
PropertyUsages
Usage data for all properties in the specified organization and month.
Declaration
public RepeatedField<ReportPropertyUsageResponse.Types.PropertyUsage> PropertyUsages { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<ReportPropertyUsageResponse.Types.PropertyUsage> |