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