GoogleCloudAiplatformV1FileStatus.fromJson constructor

GoogleCloudAiplatformV1FileStatus.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1FileStatus.fromJson(core.Map json_)
  : this(
      errorStatus: json_['errorStatus'] as core.String?,
      state: json_['state'] as core.String?,
    );