GoldengatePlacement.fromJson constructor

GoldengatePlacement.fromJson(
  1. Map json_
)

Implementation

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