Skip to main content

UpdateWebhookResponseContent

Type Alias UpdateWebhookResponseContent 

Source
pub type UpdateWebhookResponseContent = Webhook;
Expand description

UpdateWebhookResponseContent, as the model names it.

Aliased Type§

pub struct UpdateWebhookResponseContent {
    pub id: String,
    pub name: String,
    pub payload_url: String,
    pub url: String,
    pub subscribed_actions: Vec<String>,
    pub signing_secret: SensitiveString,
    pub active: bool,
    pub created_at: DateTime<Utc>,
    pub updated_at: Option<DateTime<Utc>>,
    pub board: Option<Board>,
}

Fields§

§id: String

id.

§name: String

name.

§payload_url: String

payload_url.

§url: String

url.

§subscribed_actions: Vec<String>

subscribed_actions.

§signing_secret: SensitiveString

signing_secret.

§active: bool

active.

§created_at: DateTime<Utc>

created_at.

§updated_at: Option<DateTime<Utc>>

updated_at.

§board: Option<Board>

board.