Class: Google::Ads::MarketingPlatform::Admin::V1alpha::ReportPropertyUsageRequest
- Inherits:
-
Object
- Object
- Google::Ads::MarketingPlatform::Admin::V1alpha::ReportPropertyUsageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb
Overview
Request message for ReportPropertyUsage RPC.
Instance Attribute Summary collapse
-
#month ⇒ ::String
Required.
-
#organization ⇒ ::String
Required.
Instance Attribute Details
#month ⇒ ::String
Returns Required. The target month to list property usages.
Format: YYYY-MM. For example, "2025-05".
206 207 208 209 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 206 class ReportPropertyUsageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization ⇒ ::String
Returns Required. Specifies the organization whose property usage will be listed.
Format: organizations/{org_id}.
206 207 208 209 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 206 class ReportPropertyUsageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |