AllowedClient.fromJson constructor
AllowedClient.fromJson(
- Map json_
Implementation
AllowedClient.fromJson(core.Map json_)
: this(
allowDev: json_['allowDev'] as core.bool?,
allowSuid: json_['allowSuid'] as core.bool?,
allowedClientsCidr: json_['allowedClientsCidr'] as core.String?,
mountPermissions: json_['mountPermissions'] as core.String?,
network: json_['network'] as core.String?,
nfsPath: json_['nfsPath'] as core.String?,
noRootSquash: json_['noRootSquash'] as core.bool?,
shareIp: json_['shareIp'] as core.String?,
);