Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonMobileAppCategoryInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonMobileAppCategoryInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
A mobile app category criterion.
Instance Attribute Summary collapse
-
#mobile_app_category_constant ⇒ String
The mobile app category constant resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonMobileAppCategoryInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonMobileAppCategoryInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonMobileAppCategoryInfo
Returns a new instance of GoogleAdsSearchads360V23CommonMobileAppCategoryInfo.
8580 8581 8582 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8580 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mobile_app_category_constant ⇒ String
The mobile app category constant resource name.
Corresponds to the JSON property mobileAppCategoryConstant
8578 8579 8580 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8578 def mobile_app_category_constant @mobile_app_category_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8585 8586 8587 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8585 def update!(**args) @mobile_app_category_constant = args[:mobile_app_category_constant] if args.key?(:mobile_app_category_constant) end |