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