Advertiser class

A single advertiser in Display & Video 360 (DV360).

Constructors

Advertiser({AdvertiserAdServerConfig? adServerConfig, String? advertiserId, AdvertiserBillingConfig? billingConfig, AdvertiserCreativeConfig? creativeConfig, AdvertiserDataAccessConfig? dataAccessConfig, String? displayName, String? entityStatus, AdvertiserGeneralConfig? generalConfig, IntegrationDetails? integrationDetails, String? name, String? partnerId, bool? prismaEnabled, AdvertiserTargetingConfig? servingConfig, String? updateTime})
Advertiser.fromJson(Map json_)

Properties

adServerConfig AdvertiserAdServerConfig?
Ad server related settings of the advertiser.
getter/setter pair
advertiserId String?
The unique ID of the advertiser.
getter/setter pair
billingConfig AdvertiserBillingConfig?
Billing related settings of the advertiser.
getter/setter pair
creativeConfig AdvertiserCreativeConfig?
Creative related settings of the advertiser.
getter/setter pair
dataAccessConfig AdvertiserDataAccessConfig?
Settings that control how advertiser data may be accessed.
getter/setter pair
displayName String?
The display name of the advertiser.
getter/setter pair
entityStatus String?
Controls whether or not insertion orders and line items of the advertiser can spend their budgets and bid on inventory.
getter/setter pair
generalConfig AdvertiserGeneralConfig?
General settings of the advertiser.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integrationDetails IntegrationDetails?
Integration details of the advertiser.
getter/setter pair
name String?
The resource name of the advertiser.
getter/setter pair
partnerId String?
The unique ID of the partner that the advertiser belongs to.
getter/setter pair
prismaEnabled bool?
Whether integration with Mediaocean (Prisma) is enabled.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servingConfig AdvertiserTargetingConfig?
Targeting settings related to ad serving of the advertiser.
getter/setter pair
updateTime String?
The timestamp when the advertiser was last updated.
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