class Google::Apis::DisplayvideoV3::ViewabilityTargetingOptionDetails

TARGETING_TYPE_VIEWABILITY`.
viewability_details field of a TargetingOption when targeting_type is ‘
Represents a targetable viewability. 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)
  @viewability = args[:viewability] if args.key?(:viewability)
end