Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserInterestAttributeMetadata

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

Metadata associated with a User Interest attribute.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserInterestAttributeMetadata

Returns a new instance of GoogleAdsSearchads360V23CommonUserInterestAttributeMetadata.



12478
12479
12480
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12478

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

Instance Attribute Details

#user_interest_descriptionString

English language text description of the user interest category (200 characters max). Corresponds to the JSON property userInterestDescription

Returns:

  • (String)


12476
12477
12478
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12476

def user_interest_description
  @user_interest_description
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12483
12484
12485
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12483

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