/**
 * Agravity OpenAPI Documentation - Public Functions
 *
 * Contact: office@agravity.io
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { CreateSftpUserResult } from './createSftpUserResult.pub.agravity';

export interface SecureUploadEntity {
	id?: string | null;
	collection_id?: string | null;
	created_date?: string | null;
	created_by?: string | null;
	url?: string | null;
	valid_until?: string | null;
	password?: string | null;
	asset_tags?: Array<string> | null;
	message?: string | null;
	sftp_connection?: CreateSftpUserResult | null;
}
