blob: f41251b645a12f73305ec093d46cafa2d80706d2 (
plain) (
tree)
|
|
// 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"`
}
|