Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonMobileAppCategoryInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonMobileAppCategoryInfo

Returns a new instance of GoogleAdsSearchads360V23CommonMobileAppCategoryInfo.



8648
8649
8650
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8648

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#mobile_app_category_constantString

The mobile app category constant resource name. Corresponds to the JSON property mobileAppCategoryConstant

Returns:

  • (String)


8646
8647
8648
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8646

def mobile_app_category_constant
  @mobile_app_category_constant
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8653
8654
8655
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8653

def update!(**args)
  @mobile_app_category_constant = args[:mobile_app_category_constant] if args.key?(:mobile_app_category_constant)
end