class Google::Apis::DisplayvideoV3::ParentalStatusAssignedTargetingOptionDetails

TARGETING_TYPE_PARENTAL_STATUS`.
in the details field of an AssignedTargetingOption when targeting_type is ‘
Details for assigned parental status targeting option. This will be populated

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @parental_status = args[:parental_status] if args.key?(:parental_status)
end