Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCalloutFeedItem
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCalloutFeedItem
- 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
Represents a callout extension.
Instance Attribute Summary collapse
-
#callout_text ⇒ String
The callout text.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonCalloutFeedItem
constructor
A new instance of GoogleAdsSearchads360V23CommonCalloutFeedItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonCalloutFeedItem
Returns a new instance of GoogleAdsSearchads360V23CommonCalloutFeedItem.
2488 2489 2490 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2488 def initialize(**args) update!(**args) end |
Instance Attribute Details
#callout_text ⇒ String
The callout text. The length of this string should be between 1 and 25,
inclusive.
Corresponds to the JSON property calloutText
2486 2487 2488 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2486 def callout_text @callout_text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2493 2494 2495 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2493 def update!(**args) @callout_text = args[:callout_text] if args.key?(:callout_text) end |