Show / Hide Table of Contents

Class ReportPropertyUsageResponse

Response message for ReportPropertyUsage RPC.

Inheritance
object
ReportPropertyUsageResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX