GoogleCloudAiplatformV1PSCAutomationConfig.fromJson constructor

GoogleCloudAiplatformV1PSCAutomationConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1PSCAutomationConfig.fromJson(core.Map json_)
  : this(
      errorMessage: json_['errorMessage'] as core.String?,
      forwardingRule: json_['forwardingRule'] as core.String?,
      ipAddress: json_['ipAddress'] as core.String?,
      network: json_['network'] as core.String?,
      projectId: json_['projectId'] as core.String?,
      state: json_['state'] as core.String?,
    );