GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationRequest.fromJson constructor

GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationRequest.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationRequest.fromJson(
  core.Map json_,
) : this(
      productLinkInvitation: json_.containsKey('productLinkInvitation')
          ? GoogleAdsSearchads360V23ResourcesProductLinkInvitation.fromJson(
              json_['productLinkInvitation']
                  as core.Map<core.String, core.dynamic>,
            )
          : null,
    );