 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Incidents
- type IncidentsAcknowledgementsElem
- type IncidentsAcknowledgementsElemAcknowledger
- type IncidentsAlertsElem
- type IncidentsAlertsElemBody
- type IncidentsAlertsElemBodyContextsElem
- type IncidentsAlertsElemIncident
- type IncidentsAlertsElemIntegration
- type IncidentsAlertsElemIntegrationService
- type IncidentsAlertsElemService
- type IncidentsAssignmentsElem
- type IncidentsAssignmentsElemAssignee
- type IncidentsConferenceBridge
- type IncidentsEscalationPolicy
- type IncidentsFirstTriggerLogEntry
- type IncidentsLastStatusChangeBy
- type IncidentsLogEntriesElem
- type IncidentsLogEntriesElemAgent
- type IncidentsLogEntriesElemChannel
- type IncidentsLogEntriesElemEventDetails
- type IncidentsLogEntriesElemIncident
- type IncidentsLogEntriesElemTeamsElem
- type IncidentsPriority
- type IncidentsService
- type IncidentsTeamsElem
- type Notifications
- type NotificationsUser
- type Services
- type ServicesEscalationPolicy
- type ServicesIncidentUrgencyRule
- type ServicesIncidentUrgencyRuleDuringSupportHours
- type ServicesIncidentUrgencyRuleOutsideSupportHours
- type ServicesIntegrationsElem
- type ServicesScheduledActionsElem
- type ServicesScheduledActionsElemAt
- type ServicesSupportHours
- type ServicesTeamsElem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Incidents ¶
type Incidents struct {
	// Acknowledgements corresponds to the JSON schema field "acknowledgements".
	Acknowledgements []IncidentsAcknowledgementsElem `json:"acknowledgements,omitempty"`
	// Alerts corresponds to the JSON schema field "alerts".
	Alerts []IncidentsAlertsElem `json:"alerts,omitempty"`
	// Assignments corresponds to the JSON schema field "assignments".
	Assignments []IncidentsAssignmentsElem `json:"assignments,omitempty"`
	// ConferenceBridge corresponds to the JSON schema field "conference_bridge".
	ConferenceBridge *IncidentsConferenceBridge `json:"conference_bridge,omitempty"`
	// CreatedAt corresponds to the JSON schema field "created_at".
	CreatedAt *time.Time `json:"created_at,omitempty"`
	// EscalationPolicy corresponds to the JSON schema field "escalation_policy".
	EscalationPolicy *IncidentsEscalationPolicy `json:"escalation_policy,omitempty"`
	// FirstTriggerLogEntry corresponds to the JSON schema field
	// "first_trigger_log_entry".
	FirstTriggerLogEntry *IncidentsFirstTriggerLogEntry `json:"first_trigger_log_entry,omitempty"`
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// IncidentKey corresponds to the JSON schema field "incident_key".
	IncidentKey *string `json:"incident_key,omitempty"`
	// IncidentNumber corresponds to the JSON schema field "incident_number".
	IncidentNumber *int `json:"incident_number,omitempty"`
	// LastStatusChangeAt corresponds to the JSON schema field
	// "last_status_change_at".
	LastStatusChangeAt *time.Time `json:"last_status_change_at,omitempty"`
	// LastStatusChangeBy corresponds to the JSON schema field
	// "last_status_change_by".
	LastStatusChangeBy *IncidentsLastStatusChangeBy `json:"last_status_change_by,omitempty"`
	// LogEntries corresponds to the JSON schema field "log_entries".
	LogEntries []IncidentsLogEntriesElem `json:"log_entries,omitempty"`
	// Priority corresponds to the JSON schema field "priority".
	Priority *IncidentsPriority `json:"priority,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Service corresponds to the JSON schema field "service".
	Service *IncidentsService `json:"service,omitempty"`
	// Status corresponds to the JSON schema field "status".
	Status *string `json:"status,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Teams corresponds to the JSON schema field "teams".
	Teams []IncidentsTeamsElem `json:"teams,omitempty"`
	// Title corresponds to the JSON schema field "title".
	Title *string `json:"title,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
	// Urgency corresponds to the JSON schema field "urgency".
	Urgency *string `json:"urgency,omitempty"`
}
    type IncidentsAcknowledgementsElem ¶
type IncidentsAcknowledgementsElem struct {
	// Acknowledger corresponds to the JSON schema field "acknowledger".
	Acknowledger *IncidentsAcknowledgementsElemAcknowledger `json:"acknowledger,omitempty"`
	// At corresponds to the JSON schema field "at".
	At *time.Time `json:"at,omitempty"`
}
    type IncidentsAcknowledgementsElemAcknowledger ¶
type IncidentsAcknowledgementsElemAcknowledger struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsAlertsElem ¶
type IncidentsAlertsElem struct {
	// AlertKey corresponds to the JSON schema field "alert_key".
	AlertKey *string `json:"alert_key,omitempty"`
	// Body corresponds to the JSON schema field "body".
	Body *IncidentsAlertsElemBody `json:"body,omitempty"`
	// CreatedAt corresponds to the JSON schema field "created_at".
	CreatedAt *time.Time `json:"created_at,omitempty"`
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Incident corresponds to the JSON schema field "incident".
	Incident *IncidentsAlertsElemIncident `json:"incident,omitempty"`
	// Integration corresponds to the JSON schema field "integration".
	Integration *IncidentsAlertsElemIntegration `json:"integration,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Service corresponds to the JSON schema field "service".
	Service *IncidentsAlertsElemService `json:"service,omitempty"`
	// Severity corresponds to the JSON schema field "severity".
	Severity *string `json:"severity,omitempty"`
	// Status corresponds to the JSON schema field "status".
	Status *string `json:"status,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Suppressed corresponds to the JSON schema field "suppressed".
	Suppressed *bool `json:"suppressed,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsAlertsElemBody ¶
type IncidentsAlertsElemBody struct {
	// Contexts corresponds to the JSON schema field "contexts".
	Contexts []IncidentsAlertsElemBodyContextsElem `json:"contexts,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsAlertsElemBodyContextsElem ¶
type IncidentsAlertsElemBodyContextsElem struct {
	// Href corresponds to the JSON schema field "href".
	Href *string `json:"href,omitempty"`
	// Src corresponds to the JSON schema field "src".
	Src *string `json:"src,omitempty"`
	// Text corresponds to the JSON schema field "text".
	Text *string `json:"text,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsAlertsElemIncident ¶
type IncidentsAlertsElemIncident struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsAlertsElemIntegration ¶
type IncidentsAlertsElemIntegration struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Name corresponds to the JSON schema field "name".
	Name *string `json:"name,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Service corresponds to the JSON schema field "service".
	Service *IncidentsAlertsElemIntegrationService `json:"service,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsAlertsElemIntegrationService ¶
type IncidentsAlertsElemIntegrationService struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsAlertsElemService ¶
type IncidentsAlertsElemService struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsAssignmentsElem ¶
type IncidentsAssignmentsElem struct {
	// Assignee corresponds to the JSON schema field "assignee".
	Assignee *IncidentsAssignmentsElemAssignee `json:"assignee,omitempty"`
	// At corresponds to the JSON schema field "at".
	At *time.Time `json:"at,omitempty"`
}
    type IncidentsAssignmentsElemAssignee ¶
type IncidentsAssignmentsElemAssignee struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsConferenceBridge ¶
type IncidentsConferenceBridge struct {
	// ConferenceNumber corresponds to the JSON schema field "conference_number".
	ConferenceNumber *string `json:"conference_number,omitempty"`
	// ConferenceUrl corresponds to the JSON schema field "conference_url".
	ConferenceUrl *string `json:"conference_url,omitempty"`
}
    type IncidentsEscalationPolicy ¶
type IncidentsEscalationPolicy struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsFirstTriggerLogEntry ¶
type IncidentsFirstTriggerLogEntry struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsLastStatusChangeBy ¶
type IncidentsLastStatusChangeBy struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsLogEntriesElem ¶
type IncidentsLogEntriesElem struct {
	// Agent corresponds to the JSON schema field "agent".
	Agent *IncidentsLogEntriesElemAgent `json:"agent,omitempty"`
	// Channel corresponds to the JSON schema field "channel".
	Channel *IncidentsLogEntriesElemChannel `json:"channel,omitempty"`
	// CreatedAt corresponds to the JSON schema field "created_at".
	CreatedAt *time.Time `json:"created_at,omitempty"`
	// EventDetails corresponds to the JSON schema field "event_details".
	EventDetails *IncidentsLogEntriesElemEventDetails `json:"event_details,omitempty"`
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Incident corresponds to the JSON schema field "incident".
	Incident *IncidentsLogEntriesElemIncident `json:"incident,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Teams corresponds to the JSON schema field "teams".
	Teams []IncidentsLogEntriesElemTeamsElem `json:"teams,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsLogEntriesElemAgent ¶
type IncidentsLogEntriesElemAgent struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsLogEntriesElemChannel ¶
type IncidentsLogEntriesElemChannel struct {
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsLogEntriesElemEventDetails ¶
type IncidentsLogEntriesElemEventDetails struct {
	// Description corresponds to the JSON schema field "description".
	Description *string `json:"description,omitempty"`
}
    type IncidentsLogEntriesElemIncident ¶
type IncidentsLogEntriesElemIncident struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsLogEntriesElemTeamsElem ¶
type IncidentsLogEntriesElemTeamsElem struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsPriority ¶
type IncidentsPriority struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsService ¶
type IncidentsService struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type IncidentsTeamsElem ¶
type IncidentsTeamsElem struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type Notifications ¶
type Notifications struct {
	// Address corresponds to the JSON schema field "address".
	Address *string `json:"address,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// StartedAt corresponds to the JSON schema field "started_at".
	StartedAt *time.Time `json:"started_at,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
	// User corresponds to the JSON schema field "user".
	User *NotificationsUser `json:"user,omitempty"`
}
    type NotificationsUser ¶
type NotificationsUser struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type Services ¶
type Services struct {
	// AcknowledgementTimeout corresponds to the JSON schema field
	// "acknowledgement_timeout".
	AcknowledgementTimeout *int `json:"acknowledgement_timeout,omitempty"`
	// AlertCreation corresponds to the JSON schema field "alert_creation".
	AlertCreation *string `json:"alert_creation,omitempty"`
	// AlertGrouping corresponds to the JSON schema field "alert_grouping".
	AlertGrouping *string `json:"alert_grouping,omitempty"`
	// AlertGroupingTimeout corresponds to the JSON schema field
	// "alert_grouping_timeout".
	AlertGroupingTimeout *int `json:"alert_grouping_timeout,omitempty"`
	// AutoResolveTimeout corresponds to the JSON schema field "auto_resolve_timeout".
	AutoResolveTimeout *int `json:"auto_resolve_timeout,omitempty"`
	// CreatedAt corresponds to the JSON schema field "created_at".
	CreatedAt *time.Time `json:"created_at,omitempty"`
	// Description corresponds to the JSON schema field "description".
	Description *string `json:"description,omitempty"`
	// EscalationPolicy corresponds to the JSON schema field "escalation_policy".
	EscalationPolicy *ServicesEscalationPolicy `json:"escalation_policy,omitempty"`
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// IncidentUrgencyRule corresponds to the JSON schema field
	// "incident_urgency_rule".
	IncidentUrgencyRule *ServicesIncidentUrgencyRule `json:"incident_urgency_rule,omitempty"`
	// Integrations corresponds to the JSON schema field "integrations".
	Integrations []ServicesIntegrationsElem `json:"integrations,omitempty"`
	// LastIncidentTimestamp corresponds to the JSON schema field
	// "last_incident_timestamp".
	LastIncidentTimestamp *time.Time `json:"last_incident_timestamp,omitempty"`
	// Name corresponds to the JSON schema field "name".
	Name *string `json:"name,omitempty"`
	// ScheduledActions corresponds to the JSON schema field "scheduled_actions".
	ScheduledActions []ServicesScheduledActionsElem `json:"scheduled_actions,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Status corresponds to the JSON schema field "status".
	Status *string `json:"status,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// SupportHours corresponds to the JSON schema field "support_hours".
	SupportHours *ServicesSupportHours `json:"support_hours,omitempty"`
	// Teams corresponds to the JSON schema field "teams".
	Teams []ServicesTeamsElem `json:"teams,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type ServicesEscalationPolicy ¶
type ServicesEscalationPolicy struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type ServicesIncidentUrgencyRule ¶
type ServicesIncidentUrgencyRule struct {
	// DuringSupportHours corresponds to the JSON schema field "during_support_hours".
	DuringSupportHours *ServicesIncidentUrgencyRuleDuringSupportHours `json:"during_support_hours,omitempty"`
	// OutsideSupportHours corresponds to the JSON schema field
	// "outside_support_hours".
	OutsideSupportHours *ServicesIncidentUrgencyRuleOutsideSupportHours `json:"outside_support_hours,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type ServicesIntegrationsElem ¶
type ServicesIntegrationsElem struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type ServicesScheduledActionsElem ¶
type ServicesScheduledActionsElem struct {
	// At corresponds to the JSON schema field "at".
	At *ServicesScheduledActionsElemAt `json:"at,omitempty"`
	// ToUrgency corresponds to the JSON schema field "to_urgency".
	ToUrgency *string `json:"to_urgency,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type ServicesSupportHours ¶
type ServicesSupportHours struct {
	// DaysOfWeek corresponds to the JSON schema field "days_of_week".
	DaysOfWeek []int `json:"days_of_week,omitempty"`
	// EndTime corresponds to the JSON schema field "end_time".
	EndTime *string `json:"end_time,omitempty"`
	// StartTime corresponds to the JSON schema field "start_time".
	StartTime *string `json:"start_time,omitempty"`
	// TimeZone corresponds to the JSON schema field "time_zone".
	TimeZone *string `json:"time_zone,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
    type ServicesTeamsElem ¶
type ServicesTeamsElem struct {
	// HtmlUrl corresponds to the JSON schema field "html_url".
	HtmlUrl *string `json:"html_url,omitempty"`
	// Id corresponds to the JSON schema field "id".
	Id *string `json:"id,omitempty"`
	// Self corresponds to the JSON schema field "self".
	Self *string `json:"self,omitempty"`
	// Summary corresponds to the JSON schema field "summary".
	Summary *string `json:"summary,omitempty"`
	// Type corresponds to the JSON schema field "type".
	Type *string `json:"type,omitempty"`
}
     Click to show internal directories. 
   Click to hide internal directories.