GetDatabaseResponse

Type Alias GetDatabaseResponse 

Source
pub type GetDatabaseResponse = Database;

Aliased Type§

pub struct GetDatabaseResponse {
    pub id: Uuid,
    pub name: String,
    pub tenant: String,
}

Fields§

§id: Uuid§name: String§tenant: String