Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesIndustryVerticalInfo

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

The information associated with an Industry Vertical.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesIndustryVerticalInfo

Returns a new instance of GoogleAdsSearchads360V23ServicesIndustryVerticalInfo.



42765
42766
42767
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42765

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

Instance Attribute Details

#industry_vertical_idFixnum

The unique identifier of the Industry Vertical. Corresponds to the JSON property industryVerticalId

Returns:

  • (Fixnum)


42753
42754
42755
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42753

def industry_vertical_id
  @industry_vertical_id
end

#industry_vertical_nameString

The name of the Industry Vertical. Corresponds to the JSON property industryVerticalName

Returns:

  • (String)


42758
42759
42760
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42758

def industry_vertical_name
  @industry_vertical_name
end

#parent_industry_vertical_idFixnum

The unique identifier of the parent Industry Vertical, if exists. Corresponds to the JSON property parentIndustryVerticalId

Returns:

  • (Fixnum)


42763
42764
42765
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42763

def parent_industry_vertical_id
  @parent_industry_vertical_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42770
42771
42772
42773
42774
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42770

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