Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonListingScopeInfo

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 scope criterion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonListingScopeInfo

Returns a new instance of GoogleAdsSearchads360V23CommonListingScopeInfo.



6890
6891
6892
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6890

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

Instance Attribute Details

#dimensionsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonListingDimensionInfo>

Scope of the campaign criterion. Corresponds to the JSON property dimensions



6888
6889
6890
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6888

def dimensions
  @dimensions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6895
6896
6897
# File 'lib/google/apis/searchads360_v23/classes.rb', line 6895

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