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