GoogleCloudAiplatformV1ModelSourceInfo.fromJson constructor

GoogleCloudAiplatformV1ModelSourceInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ModelSourceInfo.fromJson(core.Map json_)
    : this(
        copy: json_.containsKey('copy') ? json_['copy'] as core.bool : null,
        sourceType: json_.containsKey('sourceType')
            ? json_['sourceType'] as core.String
            : null,
      );