EnableSharingWithAwsOrganizationResponse.fromJson constructor

EnableSharingWithAwsOrganizationResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory EnableSharingWithAwsOrganizationResponse.fromJson(
    Map<String, dynamic> json) {
  return EnableSharingWithAwsOrganizationResponse(
    returnValue: json['returnValue'] as bool?,
  );
}