Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonListingGroupInfo

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 listing group criterion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonListingGroupInfo

Returns a new instance of GoogleAdsSearchads360V23CommonListingGroupInfo.



6928
6929
6930
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6928

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

Instance Attribute Details

#case_valueGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonListingDimensionInfo

Listing dimensions for listing group criterion. Corresponds to the JSON property caseValue



6910
6911
6912
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6910

def case_value
  @case_value
end

#parent_ad_group_criterionString

Resource name of ad group criterion which is the parent listing group subdivision. Null for the root group. Corresponds to the JSON property parentAdGroupCriterion

Returns:

  • (String)


6916
6917
6918
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6916

def parent_ad_group_criterion
  @parent_ad_group_criterion
end

#pathGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonListingDimensionPath

The path of dimensions defining a listing group. Corresponds to the JSON property path



6921
6922
6923
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6921

def path
  @path
end

#typeString

Type of the listing group. Corresponds to the JSON property type

Returns:

  • (String)


6926
6927
6928
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6926

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6933
6934
6935
6936
6937
6938
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6933

def update!(**args)
  @case_value = args[:case_value] if args.key?(:case_value)
  @parent_ad_group_criterion = args[:parent_ad_group_criterion] if args.key?(:parent_ad_group_criterion)
  @path = args[:path] if args.key?(:path)
  @type = args[:type] if args.key?(:type)
end