GoldengatePlacement.fromJson constructor
GoldengatePlacement.fromJson(
- Map json_
Implementation
GoldengatePlacement.fromJson(core.Map json_)
: this(
availabilityDomain: json_['availabilityDomain'] as core.String?,
faultDomain: json_['faultDomain'] as core.String?,
);