GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier.fromJson constructor

GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier.fromJson(
  core.Map json_,
) : this(hotelCenterId: json_['hotelCenterId'] as core.String?);