Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonProductBrandInfo

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

Brand of the product.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonProductBrandInfo

Returns a new instance of GoogleAdsSearchads360V23CommonProductBrandInfo.



9425
9426
9427
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9425

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

Instance Attribute Details

#valueString

String value of the product brand. Corresponds to the JSON property value

Returns:

  • (String)


9423
9424
9425
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9423

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9430
9431
9432
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9430

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