Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonParentalStatusInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonParentalStatusInfo
- 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 parental status criterion.
Instance Attribute Summary collapse
-
#type ⇒ String
Type of the parental status.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonParentalStatusInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonParentalStatusInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonParentalStatusInfo
Returns a new instance of GoogleAdsSearchads360V23CommonParentalStatusInfo.
8862 8863 8864 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8862 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Type of the parental status.
Corresponds to the JSON property type
8860 8861 8862 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8860 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8867 8868 8869 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8867 def update!(**args) @type = args[:type] if args.key?(:type) end |