GoogleAdsSearchads360V23ServicesMutateCustomerClientLinkResponse.fromJson constructor

GoogleAdsSearchads360V23ServicesMutateCustomerClientLinkResponse.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesMutateCustomerClientLinkResponse.fromJson(
  core.Map json_,
) : this(
      result: json_.containsKey('result')
          ? GoogleAdsSearchads360V23ServicesMutateCustomerClientLinkResult.fromJson(
              json_['result'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );