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: Stringid.
name: Stringname.
payload_url: Stringpayload_url.
url: Stringurl.
subscribed_actions: Vec<String>subscribed_actions.
signing_secret: SensitiveStringsigning_secret.
active: boolactive.
created_at: DateTime<Utc>created_at.
updated_at: Option<DateTime<Utc>>updated_at.
board: Option<Board>board.