AllocationReservationSharingPolicy.fromJson constructor

AllocationReservationSharingPolicy.fromJson(
  1. Map json_
)

Implementation

AllocationReservationSharingPolicy.fromJson(core.Map json_)
  : this(serviceShareType: json_['serviceShareType'] as core.String?);