GoogleAdsSearchads360V23ServicesCreateCustomerClientResponse.fromJson constructor

GoogleAdsSearchads360V23ServicesCreateCustomerClientResponse.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesCreateCustomerClientResponse.fromJson(
  core.Map json_,
) : this(
      invitationLink: json_['invitationLink'] as core.String?,
      resourceName: json_['resourceName'] as core.String?,
    );