Class: Google::Apis::DisplayvideoV3::ParentalStatusAssignedTargetingOptionDetails
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::ParentalStatusAssignedTargetingOptionDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Overview
Details for assigned parental status targeting option. This will be populated
in the details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_PARENTAL_STATUS
.
Instance Attribute Summary collapse
-
#parental_status ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ParentalStatusAssignedTargetingOptionDetails
constructor
A new instance of ParentalStatusAssignedTargetingOptionDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ParentalStatusAssignedTargetingOptionDetails
Returns a new instance of ParentalStatusAssignedTargetingOptionDetails.
10326 10327 10328 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10326 def initialize(**args) update!(**args) end |
Instance Attribute Details
#parental_status ⇒ String
Required. The parental status of the audience.
Corresponds to the JSON property parentalStatus
10324 10325 10326 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10324 def parental_status @parental_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10331 10332 10333 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 10331 def update!(**args) @parental_status = args[:parental_status] if args.key?(:parental_status) end |