summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ScheduleChangeRequestObjectModel.go
blob: 0910232b5f98df9ddef8e9fc83f233edfa36dcb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// 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"`
}