Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonContentLabelInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonContentLabelInfo
- 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
Content Label for category exclusion.
Instance Attribute Summary collapse
-
#type ⇒ String
Content label type, required for CREATE operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonContentLabelInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonContentLabelInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonContentLabelInfo
Returns a new instance of GoogleAdsSearchads360V23CommonContentLabelInfo.
2898 2899 2900 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2898 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Content label type, required for CREATE operations.
Corresponds to the JSON property type
2896 2897 2898 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2896 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2903 2904 2905 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2903 def update!(**args) @type = args[:type] if args.key?(:type) end |