Class: Google::Apis::DisplayvideoV2::ViewabilityTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb

Overview

Represents a targetable viewability. This will be populated in the viewability_details field of a TargetingOption when targeting_type is TARGETING_TYPE_VIEWABILITY.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ViewabilityTargetingOptionDetails

Returns a new instance of ViewabilityTargetingOptionDetails.



11938
11939
11940
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11938

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

Instance Attribute Details

#viewabilityString

Output only. The predicted viewability percentage. Corresponds to the JSON property viewability

Returns:

  • (String)


11936
11937
11938
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11936

def viewability
  @viewability
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11943
11944
11945
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11943

def update!(**args)
  @viewability = args[:viewability] if args.key?(:viewability)
end