rename new API field to albumUsers
This commit is contained in:
+6
-6
@@ -26,6 +26,11 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// List<AlbumUserResponseDto> albumUsers (default value: const [])
|
||||
test('to test the property `albumUsers`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// int assetCount
|
||||
test('to test the property `assetCount`', () async {
|
||||
// TODO
|
||||
@@ -91,17 +96,12 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// Deprecated in favor of sharedUsersV2
|
||||
// Deprecated in favor of albumUsers
|
||||
// List<UserResponseDto> sharedUsers (default value: const [])
|
||||
test('to test the property `sharedUsers`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// List<AlbumUserResponseDto> sharedUsersV2 (default value: const [])
|
||||
test('to test the property `sharedUsersV2`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// DateTime startDate
|
||||
test('to test the property `startDate`', () async {
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user