class Google::Apis::DisplayvideoV3::CarrierAndIspTargetingOptionDetails
TARGETING_TYPE_CARRIER_AND_ISP`.
carrier_and_isp_details field of a TargetingOption when targeting_type is ‘
Represents a targetable carrier or ISP. This will be populated in the
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) @type = args[:type] if args.key?(:type) end