GoogleAdsSearchads360V23ResourcesProductLinkInvitation constructor

GoogleAdsSearchads360V23ResourcesProductLinkInvitation({
  1. GoogleAdsSearchads360V23ResourcesAdvertisingPartnerLinkInvitationIdentifier? advertisingPartner,
  2. GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier? hotelCenter,
  3. GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier? merchantCenter,
  4. String? productLinkInvitationId,
  5. String? resourceName,
  6. String? status,
  7. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesProductLinkInvitation({
  this.advertisingPartner,
  this.hotelCenter,
  this.merchantCenter,
  this.productLinkInvitationId,
  this.resourceName,
  this.status,
  this.type,
});