VmwareControlPlaneVsphereConfig.fromJson constructor
VmwareControlPlaneVsphereConfig.fromJson(
- Map json_
Implementation
VmwareControlPlaneVsphereConfig.fromJson(core.Map json_)
: this(
datastore: json_.containsKey('datastore')
? json_['datastore'] as core.String
: null,
storagePolicyName: json_.containsKey('storagePolicyName')
? json_['storagePolicyName'] as core.String
: null,
);