class Google::Apis::DisplayvideoV3::DeviceTypeAssignedTargetingOptionDetails

TARGETING_TYPE_DEVICE_TYPE`.
of an AssignedTargetingOption when targeting_type is ‘
Targeting details for device type. This will be populated in the details field

def initialize(**args)

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

def update!(**args)

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