GoogleAdsSearchads360V23ResourcesAdGroupBidModifier constructor

GoogleAdsSearchads360V23ResourcesAdGroupBidModifier({
  1. String? adGroup,
  2. String? baseAdGroup,
  3. double? bidModifier,
  4. String? bidModifierSource,
  5. String? criterionId,
  6. GoogleAdsSearchads360V23CommonDeviceInfo? device,
  7. GoogleAdsSearchads360V23CommonHotelAdvanceBookingWindowInfo? hotelAdvanceBookingWindow,
  8. GoogleAdsSearchads360V23CommonHotelCheckInDateRangeInfo? hotelCheckInDateRange,
  9. GoogleAdsSearchads360V23CommonHotelCheckInDayInfo? hotelCheckInDay,
  10. GoogleAdsSearchads360V23CommonHotelDateSelectionTypeInfo? hotelDateSelectionType,
  11. GoogleAdsSearchads360V23CommonHotelLengthOfStayInfo? hotelLengthOfStay,
  12. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupBidModifier({
  this.adGroup,
  this.baseAdGroup,
  this.bidModifier,
  this.bidModifierSource,
  this.criterionId,
  this.device,
  this.hotelAdvanceBookingWindow,
  this.hotelCheckInDateRange,
  this.hotelCheckInDay,
  this.hotelDateSelectionType,
  this.hotelLengthOfStay,
  this.resourceName,
});