CampaignModel class
- Annotations
-
- @JsonSerializable()
Constructors
-
CampaignModel.new({required int id, required int orgId, required String name, BudgetAmount? budgetAmount, DailyBudgetAmount? dailyBudgetAmount, required int adamId, required String paymentModel, dynamic locInvoiceDetails, required List<
int> budgetOrders, required String startTime, String? endTime, required String status, required String servingStatus, required String creationTime, dynamic servingStateReasons, required String modificationTime, required bool deleted, required String sapinLawResponse, required List<String> countriesOrRegions, required Map<String, dynamic> countryOrRegionServingStateReasons, required List<String> supplySources, required String adChannelType, required String billingEvent, required String displayStatus, String? conversionType}) -
CampaignModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- adamId → int
-
final
- adChannelType → String
-
final
- billingEvent → String
-
final
- budgetAmount → BudgetAmount?
-
final
-
budgetOrders
→ List<
int> -
final
- conversionType ↔ String?
-
getter/setter pair
-
countriesOrRegions
→ List<
String> -
final
-
countryOrRegionServingStateReasons
→ Map<
String, dynamic> -
final
- creationTime → String
-
final
- dailyBudgetAmount → DailyBudgetAmount?
-
final
- deleted → bool
-
final
- displayStatus → String
-
final
- endTime → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- locInvoiceDetails → dynamic
-
final
- modificationTime → String
-
final
- name → String
-
final
- orgId → int
-
final
- paymentModel → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sapinLawResponse → String
-
final
- servingStateReasons → dynamic
-
final
- servingStatus → String
-
final
- startTime → String
-
final
- status → String
-
final
-
supplySources
→ List<
String> -
final
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