Skip to main content

GetJoinCodeResponseContent

Type Alias GetJoinCodeResponseContent 

Source
pub type GetJoinCodeResponseContent = JoinCode;
Expand description

GetJoinCodeResponseContent, as the model names it.

Aliased Type§

pub struct GetJoinCodeResponseContent {
    pub code: String,
    pub url: String,
    pub usage_count: Option<i32>,
    pub usage_limit: Option<i32>,
    pub active: Option<bool>,
}

Fields§

§code: String

code.

§url: String

url.

§usage_count: Option<i32>

usage_count.

§usage_limit: Option<i32>

usage_limit.

§active: Option<bool>

active.