github.com/muxinc/mux-go@v1.1.1/model_incident_notification.go (about)

     1  // Mux Go - Copyright 2019 Mux Inc.
     2  // NOTE: This file is auto generated. Do not edit this file manually.
     3  
     4  package muxgo
     5  
     6  type IncidentNotification struct {
     7  	QueuedAt    string `json:"queued_at,omitempty"`
     8  	Id          int64  `json:"id,omitempty"`
     9  	AttemptedAt string `json:"attempted_at,omitempty"`
    10  }