GoogleCloudAiplatformV1NfsMount.fromJson constructor
GoogleCloudAiplatformV1NfsMount.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1NfsMount.fromJson(core.Map json_)
: this(
mountPoint: json_['mountPoint'] as core.String?,
path: json_['path'] as core.String?,
server: json_['server'] as core.String?,
);