summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/CommsOperationModel.go
blob: a63ca776b8fc7d6d93b63cd03f51534ee66a9601 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// CommsOperation undocumented
type CommsOperation struct {
	// Entity is the base model of CommsOperation
	Entity
	// Status undocumented
	Status *OperationStatus `json:"status,omitempty"`
	// ClientContext undocumented
	ClientContext *string `json:"clientContext,omitempty"`
	// ResultInfo undocumented
	ResultInfo *ResultInfo `json:"resultInfo,omitempty"`
}