GoogleCloudAiplatformV1LustreMount.fromJson constructor

GoogleCloudAiplatformV1LustreMount.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1LustreMount.fromJson(core.Map json_)
  : this(
      filesystem: json_['filesystem'] as core.String?,
      instanceIp: json_['instanceIp'] as core.String?,
      mountPoint: json_['mountPoint'] as core.String?,
      volumeHandle: json_['volumeHandle'] as core.String?,
    );