module Google::Ads::GoogleAds::V7::Services::MobileAppCategoryConstantService::Paths
Path helper methods for the MobileAppCategoryConstantService
API.
Public Instance Methods
mobile_app_category_constant_path(mobile_app_category_id: "mobileAppCategoryConstants/
click to toggle source
Create a fully-qualified MobileAppCategoryConstant resource string.
The resource will be in the following format:
`mobileAppCategoryConstants/{mobile_app_category_id}`
@param mobile_app_category_id [String]
@return [::String]
# File lib/google/ads/google_ads/v7/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