Get Restore Point Result
data class GetRestorePointResult(val consistencyMode: String, val excludeDisks: List<ApiEntityReferenceResponse>? = null, val id: String, val name: String, val provisioningState: String, val sourceMetadata: RestorePointSourceMetadataResponse, val timeCreated: String? = null, val type: String)
Restore Point details.
Constructors
Link copied to clipboard
fun GetRestorePointResult(consistencyMode: String, excludeDisks: List<ApiEntityReferenceResponse>? = null, id: String, name: String, provisioningState: String, sourceMetadata: RestorePointSourceMetadataResponse, timeCreated: String? = null, type: String)