Get Snapshots Result
data class GetSnapshotsResult(val bucket: String? = null, val completeTime: String? = null, val completeTimeChecker: String? = null, val createTime: String? = null, val fileSystemId: String? = null, val id: String, val ids: List<String>, val instanceId: String? = null, val limit: Int? = null, val outputFile: String? = null, val query: String? = null, val snapshots: List<GetSnapshotsSnapshot>, val sourceType: String, val status: String? = null, val vaultId: String)
A collection of values returned by getSnapshots.
Constructors
Link copied to clipboard
constructor(bucket: String? = null, completeTime: String? = null, completeTimeChecker: String? = null, createTime: String? = null, fileSystemId: String? = null, id: String, ids: List<String>, instanceId: String? = null, limit: Int? = null, outputFile: String? = null, query: String? = null, snapshots: List<GetSnapshotsSnapshot>, sourceType: String, status: String? = null, vaultId: String)