Module: Google::Ads::GoogleAds::V6::Services::MobileAppCategoryConstantService::Paths

Extended by:
Paths
Included in:
Client, Paths
Defined in:
lib/google/ads/google_ads/v6/services/mobile_app_category_constant_service/paths.rb

Overview

Path helper methods for the MobileAppCategoryConstantService API.

Instance Method Summary collapse

Instance Method Details

#mobile_app_category_constant_path(mobile_app_category_id:) ⇒ ::String

Create a fully-qualified MobileAppCategoryConstant resource string.

The resource will be in the following format:

‘mobileAppCategoryConstants/mobile_app_category_id`

Parameters:

  • mobile_app_category_id (String)

Returns:

  • (::String)


38
39
40
# File 'lib/google/ads/google_ads/v6/services/mobile_app_category_constant_service/paths.rb', line 38

def mobile_app_category_constant_path mobile_app_category_id:
  "mobileAppCategoryConstants/#{mobile_app_category_id}"
end