Class: Google::Apis::DisplayvideoV1::ParentalStatusTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb

Overview

Represents a targetable parental status. This will be populated in the parental_status_details field of a TargetingOption when targeting_type is TARGETING_TYPE_PARENTAL_STATUS.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ParentalStatusTargetingOptionDetails

Returns a new instance of ParentalStatusTargetingOptionDetails.



6894
6895
6896
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 6894

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

Instance Attribute Details

#parental_statusString

Output only. The parental status of an audience. Corresponds to the JSON property parentalStatus

Returns:

  • (String)


6892
6893
6894
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 6892

def parental_status
  @parental_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6899
6900
6901
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 6899

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