Show / Hide Table of Contents

Class ReportPropertyUsageRequest

Request message for ReportPropertyUsage RPC.

Inheritance
object
ReportPropertyUsageRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX