Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 10.6 KB

teamentity.md

File metadata and controls

28 lines (24 loc) · 10.6 KB

TeamEntity

TeamEntity model

Fields

Field Type Required Description
ID *string N/A
Name *string N/A
Description *string N/A
Slug *string N/A
CreatedAt *time.Time N/A
UpdatedAt *time.Time N/A
SignalsIcalURL *string N/A
CreatedBy *components.AuthorEntity N/A
InSupportHours *bool N/A
SlackChannel *components.IntegrationsSlackSlackChannelEntity N/A
MsTeamsChannel *components.IntegrationsMicrosoftTeamsV2ChannelEntity N/A
Memberships []components.MembershipEntity N/A
OwnedChecklistTemplates []components.ChecklistTemplateEntity N/A
OwnedFunctionalities []components.FunctionalityEntityLite N/A
OwnedServices []components.ServiceEntityLite N/A
OwnedRunbooks []components.SlimRunbookEntity N/A
RespondingServices []components.ServiceEntityLite N/A
Services []components.ServiceEntityLite N/A
Functionalities []components.FunctionalityEntityLite N/A