GenerateDefaultLineItemRequest class
Request message for LineItemService.GenerateDefaultLineItem.
Constructors
- GenerateDefaultLineItemRequest({String? containsEuPoliticalAds, String? displayName, String? insertionOrderId, String? lineItemType, MobileApp? mobileApp})
- GenerateDefaultLineItemRequest.fromJson(Map json_)
Properties
- containsEuPoliticalAds ↔ String?
- 
  Whether this line item will serve European Union political ads.
  getter/setter pair
- displayName ↔ String?
- 
  The display name of the line item.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- insertionOrderId ↔ String?
- 
  The unique ID of the insertion order that the line item belongs to.
  getter/setter pair
- lineItemType ↔ String?
- 
  The type of the line item.
  getter/setter pair
- mobileApp ↔ MobileApp?
- 
  The mobile app promoted by the line item.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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