GoogleAdsSearchads360V23ResourcesProductLinkInvitation constructor
GoogleAdsSearchads360V23ResourcesProductLinkInvitation({
- GoogleAdsSearchads360V23ResourcesAdvertisingPartnerLinkInvitationIdentifier? advertisingPartner,
- GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier? hotelCenter,
- GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier? merchantCenter,
- String? productLinkInvitationId,
- String? resourceName,
- String? status,
- String? type,
Implementation
GoogleAdsSearchads360V23ResourcesProductLinkInvitation({
this.advertisingPartner,
this.hotelCenter,
this.merchantCenter,
this.productLinkInvitationId,
this.resourceName,
this.status,
this.type,
});