Skip to main content

DeleteApiKeyResponse

Type Alias DeleteApiKeyResponse 

Source
pub type DeleteApiKeyResponse = Deleted;

Aliased Type§

pub struct DeleteApiKeyResponse {
    pub object: String,
    pub id: String,
    pub deleted: bool,
}

Fields§

§object: String§id: String§deleted: bool