GoogleAdsSearchads360V23ResourcesAccountBudget constructor
GoogleAdsSearchads360V23ResourcesAccountBudget({
- String? adjustedSpendingLimitMicros,
- String? adjustedSpendingLimitType,
- String? amountServedMicros,
- String? approvedEndDateTime,
- String? approvedEndTimeType,
- String? approvedSpendingLimitMicros,
- String? approvedSpendingLimitType,
- String? approvedStartDateTime,
- String? billingSetup,
- String? id,
- String? name,
- String? notes,
- GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal? pendingProposal,
- String? proposedEndDateTime,
- String? proposedEndTimeType,
- String? proposedSpendingLimitMicros,
- String? proposedSpendingLimitType,
- String? proposedStartDateTime,
- String? purchaseOrderNumber,
- String? resourceName,
- String? status,
- String? totalAdjustmentsMicros,
Implementation
GoogleAdsSearchads360V23ResourcesAccountBudget({
this.adjustedSpendingLimitMicros,
this.adjustedSpendingLimitType,
this.amountServedMicros,
this.approvedEndDateTime,
this.approvedEndTimeType,
this.approvedSpendingLimitMicros,
this.approvedSpendingLimitType,
this.approvedStartDateTime,
this.billingSetup,
this.id,
this.name,
this.notes,
this.pendingProposal,
this.proposedEndDateTime,
this.proposedEndTimeType,
this.proposedSpendingLimitMicros,
this.proposedSpendingLimitType,
this.proposedStartDateTime,
this.purchaseOrderNumber,
this.resourceName,
this.status,
this.totalAdjustmentsMicros,
});