class Google::Apis::DisplayvideoV3::UrlAssignedTargetingOptionDetails

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

def initialize(**args)

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

def update!(**args)

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