class Google::Apis::DisplayvideoV3::OperatingSystemAssignedTargetingOptionDetails
TARGETING_TYPE_OPERATING_SYSTEM`.
the operating_system_details field when targeting_type is ‘
Assigned operating system targeting option details. This will be populated in
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @negative = args[:negative] if args.key?(:negative) @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id) end