$DeviceTypeAssignedTargetingOptionDetails class
Used by:
- displayvideo:v2 : DeviceTypeAssignedTargetingOptionDetails
- displayvideo:v3 : DeviceTypeAssignedTargetingOptionDetails
- displayvideo:v4 : DeviceTypeAssignedTargetingOptionDetails
Constructors
- $DeviceTypeAssignedTargetingOptionDetails({String? deviceType, double? youtubeAndPartnersBidMultiplier})
- $DeviceTypeAssignedTargetingOptionDetails.fromJson(Map json_)
Properties
- deviceType ↔ String?
- 
  The display name of the device type.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- youtubeAndPartnersBidMultiplier ↔ double?
- 
  Bid multiplier allows you to show your ads more or less frequently based
on the device type.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited