Google Ads Marketing Platform Admin V1alpha Client - Class ReportPropertyUsageRequest (0.4.0)

Reference documentation and code samples for the Google Ads Marketing Platform Admin V1alpha Client class ReportPropertyUsageRequest.

Request message for ReportPropertyUsage RPC.

Generated from protobuf message google.marketingplatform.admin.v1alpha.ReportPropertyUsageRequest

Namespace

Google \ Ads \ MarketingPlatform \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ organization string

Required. Specifies the organization whose property usage will be listed. Format: organizations/{org_id}

↳ month string

Required. The target month to list property usages. Format: YYYY-MM. For example, "2025-05"

getOrganization

Required. Specifies the organization whose property usage will be listed.

Format: organizations/{org_id}

Returns
Type Description
string

setOrganization

Required. Specifies the organization whose property usage will be listed.

Format: organizations/{org_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getMonth

Required. The target month to list property usages.

Format: YYYY-MM. For example, "2025-05"

Returns
Type Description
string

setMonth

Required. The target month to list property usages.

Format: YYYY-MM. For example, "2025-05"

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
organization string

Required. Specifies the organization whose property usage will be listed.

Format: organizations/{org_id}

Returns
Type Description
ReportPropertyUsageRequest