GoogleAdsSearchads360V23ResourcesInvoiceCampaignSummary class
Represents campaign level billable cost information associated with an account budget.
Constructors
- GoogleAdsSearchads360V23ResourcesInvoiceCampaignSummary({String? amountMicros, String? campaignDescription, String? quantity, String? unitOfMeasure})
- GoogleAdsSearchads360V23ResourcesInvoiceCampaignSummary.fromJson(Map json_)
Properties
- amountMicros ↔ String?
-
The amount attributable to this campaign for the given unit of measure
during the service period, in micros.
getter/setter pair
- campaignDescription ↔ String?
-
The description of the campaign.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- quantity ↔ String?
-
The quantity served for the given unit of measure.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unitOfMeasure ↔ String?
-
The unit of measure for the quantity served.
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