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

package msgraph

// ToneInfo undocumented
type ToneInfo struct {
	// Object is the base model of ToneInfo
	Object
	// SequenceID undocumented
	SequenceID *int `json:"sequenceId,omitempty"`
	// Tone undocumented
	Tone *Tone `json:"tone,omitempty"`
}