2023-01-14 22:49:47 -07:00
|
|
|
//
|
|
|
|
// AUTO-GENERATED FILE, DO NOT MODIFY!
|
|
|
|
//
|
|
|
|
// @dart=2.12
|
|
|
|
|
|
|
|
// ignore_for_file: unused_element, unused_import
|
|
|
|
// ignore_for_file: always_put_required_named_parameters_first
|
|
|
|
// ignore_for_file: constant_identifier_names
|
|
|
|
// ignore_for_file: lines_longer_than_80_chars
|
|
|
|
|
|
|
|
import 'package:openapi/api.dart';
|
|
|
|
import 'package:test/test.dart';
|
|
|
|
|
2023-06-20 18:08:43 -07:00
|
|
|
// tests for SharedLinkCreateDto
|
2023-01-14 22:49:47 -07:00
|
|
|
void main() {
|
2023-06-20 18:08:43 -07:00
|
|
|
// final instance = SharedLinkCreateDto();
|
|
|
|
|
|
|
|
group('test SharedLinkCreateDto', () {
|
2023-08-01 09:49:18 -07:00
|
|
|
// String albumId
|
|
|
|
test('to test the property `albumId`', () async {
|
2023-06-20 18:08:43 -07:00
|
|
|
// TODO
|
|
|
|
});
|
2023-01-14 22:49:47 -07:00
|
|
|
|
2023-08-01 09:49:18 -07:00
|
|
|
// bool allowDownload (default value: true)
|
|
|
|
test('to test the property `allowDownload`', () async {
|
2023-01-14 22:49:47 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 09:49:18 -07:00
|
|
|
// bool allowUpload (default value: false)
|
|
|
|
test('to test the property `allowUpload`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// List<String> assetIds (default value: const [])
|
|
|
|
test('to test the property `assetIds`', () async {
|
2023-06-20 18:08:43 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// String description
|
|
|
|
test('to test the property `description`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-05-30 06:15:56 -07:00
|
|
|
// DateTime expiresAt
|
2023-01-25 09:35:28 -07:00
|
|
|
test('to test the property `expiresAt`', () async {
|
2023-01-14 22:49:47 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-10-13 18:46:30 -07:00
|
|
|
// bool showMetadata (default value: true)
|
|
|
|
test('to test the property `showMetadata`', () async {
|
2023-01-21 21:15:16 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 09:49:18 -07:00
|
|
|
// SharedLinkType type
|
|
|
|
test('to test the property `type`', () async {
|
2023-01-21 21:15:16 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-01-14 22:49:47 -07:00
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|