BillingAssignment class
List account, subaccount, advertiser, and campaign associated with a given Billing Profile.
Constructors
- BillingAssignment({String? accountId, String? advertiserId, String? campaignId, String? kind, String? subaccountId})
- BillingAssignment.fromJson(Map json_)
Properties
- accountId ↔ String?
-
ID of the account associated with the billing assignment.This is a
read-only, auto-generated field.
getter/setter pair
- advertiserId ↔ String?
-
ID of the advertiser associated with the billing assignment.Wildcard (*)
means this assignment is not limited to a single advertiser
getter/setter pair
- campaignId ↔ String?
-
ID of the campaign associated with the billing assignment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subaccountId ↔ String?
-
ID of the subaccount associated with the billing assignment.Wildcard (*)
means this assignment is not limited to a single subaccountThis is a
read-only, auto-generated field.
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