GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest.fromJson constructor

GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest.fromJson(core.Map json_)
    : this(
        inputParameters:
            (json_['inputParameters'] as core.Map<core.String, core.dynamic>?)
                ?.map(
          (key, value) => core.MapEntry(
            key,
            GoogleCloudIntegrationsV1alphaValueType.fromJson(
                value as core.Map<core.String, core.dynamic>),
          ),
        ),
      );