blob: f41251b645a12f73305ec093d46cafa2d80706d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen 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"`
}
|