$AuditAdvertiserResponse class Null safety

Used by:

  • displayvideo:v1 : AuditAdvertiserResponse
  • displayvideo:v2 : AuditAdvertiserResponse

Constructors

$AuditAdvertiserResponse({String? adGroupCriteriaCount, String? campaignCriteriaCount, String? channelsCount, String? negativeKeywordListsCount, String? negativelyTargetedChannelsCount, String? usedCampaignsCount, String? usedInsertionOrdersCount, String? usedLineItemsCount})
$AuditAdvertiserResponse.fromJson(Map json_)

Properties

adGroupCriteriaCount String?
The number of individual targeting options from the following targeting types that are assigned to a line item under this advertiser.
read / write
campaignCriteriaCount String?
The number of individual targeting options from the following targeting types that are assigned to a line item under this advertiser.
read / write
channelsCount String?
The number of channels created under this advertiser.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
negativeKeywordListsCount String?
The number of negative keyword lists created under this advertiser.
read / write
negativelyTargetedChannelsCount String?
The number of negatively targeted channels created under this advertiser.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
usedCampaignsCount String?
The number of ACTIVE and PAUSED campaigns under this advertiser.
read / write
usedInsertionOrdersCount String?
The number of ACTIVE, PAUSED and DRAFT insertion orders under this advertiser.
read / write
usedLineItemsCount String?
The number of ACTIVE, PAUSED, and DRAFT line items under this advertiser.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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