Class ReportPropertyUsageRequest
Request message for ReportPropertyUsage RPC.
Implements
Inherited Members
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class ReportPropertyUsageRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Month
Required. The target month to list property usages. Format: YYYY-MM. For example, "2025-05"
Declaration
[JsonProperty("month")]
public virtual string Month { get; set; }
Property Value
| Type | Description |
|---|---|
| string |