class Google::Apis::DisplayvideoV3::DeviceTypeTargetingOptionDetails
TARGETING_TYPE_DEVICE_TYPE`.
device_type_details field of a TargetingOption when targeting_type is ‘
Represents a targetable device type. This will be populated in the
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @device_type = args[:device_type] if args.key?(:device_type) end