Wasm Directoryalpha
Record

nullable-integration

No description available.

record nullable-integration {
  client-id: option​<string>,
  client-secret: option​<string>,
  created-at: string,
  description: string,
  events: list​<string>,
  external-url: string,
  html-url: string,
  id: s32,
  installations-count: option​<s32>,
  name: string,
  node-id: string,
  owner: nullable-simple-user,
  pem: option​<string>,
  permissions: nullable-integration-permissions,
  slug: option​<string>,
  updated-at: string,
  webhook-secret: option​<string>,
}

Fields

NameTypeDescription
client-idoption​<string>
client-secretoption​<string>
created-atstring
descriptionstring
eventslist​<string>
external-urlstring
html-urlstring
ids32
installations-countoption​<s32>
namestring
node-idstring
ownernullable-simple-user
pemoption​<string>
permissionsnullable-integration-permissions
slugoption​<string>
updated-atstring
webhook-secretoption​<string>