5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ScheduleChangeRequestObjectModel.go

28 lines
1016 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// ScheduleChangeRequestObject undocumented
type ScheduleChangeRequestObject struct {
// ChangeTrackedEntity is the base model of ScheduleChangeRequestObject
ChangeTrackedEntity
// AssignedTo undocumented
AssignedTo *ScheduleChangeRequestActor `json:"assignedTo,omitempty"`
// State undocumented
State *ScheduleChangeState `json:"state,omitempty"`
// SenderMessage undocumented
SenderMessage *string `json:"senderMessage,omitempty"`
// SenderDateTime undocumented
SenderDateTime *time.Time `json:"senderDateTime,omitempty"`
// ManagerActionMessage undocumented
ManagerActionMessage *string `json:"managerActionMessage,omitempty"`
// ManagerActionDateTime undocumented
ManagerActionDateTime *time.Time `json:"managerActionDateTime,omitempty"`
// SenderUserID undocumented
SenderUserID *string `json:"senderUserId,omitempty"`
// ManagerUserID undocumented
ManagerUserID *string `json:"managerUserId,omitempty"`
}