Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesMobileAppCategoryConstant
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesMobileAppCategoryConstant
- 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 application category constant.
Instance Attribute Summary collapse
-
#id ⇒ Fixnum
Output only.
-
#name ⇒ String
Output only.
-
#resource_name ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesMobileAppCategoryConstant
constructor
A new instance of GoogleAdsSearchads360V23ResourcesMobileAppCategoryConstant.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesMobileAppCategoryConstant
Returns a new instance of GoogleAdsSearchads360V23ResourcesMobileAppCategoryConstant.
31709 31710 31711 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31709 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ Fixnum
Output only. The ID of the mobile app category constant.
Corresponds to the JSON property id
31695 31696 31697 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31695 def id @id end |
#name ⇒ String
Output only. Mobile app category name.
Corresponds to the JSON property name
31700 31701 31702 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31700 def name @name end |
#resource_name ⇒ String
Output only. The resource name of the mobile app category constant. Mobile app
category constant resource names have the form: mobileAppCategoryConstants/
mobile_app_category_id`
Corresponds to the JSON propertyresourceName`
31707 31708 31709 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31707 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31714 31715 31716 31717 31718 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 31714 def update!(**args) @id = args[:id] if args.key?(:id) @name = args[:name] if args.key?(:name) @resource_name = args[:resource_name] if args.key?(:resource_name) end |