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.
8588 8589 8590 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8588 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
8586 8587 8588 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8586 def mobile_app_category_constant @mobile_app_category_constant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8593 8594 8595 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8593 def update!(**args) @mobile_app_category_constant = args[:mobile_app_category_constant] if args.key?(:mobile_app_category_constant) end |