blob: 2c3b3411e49de1bf5d703606f07391dc17a6d70f (
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
// MediaPrompt undocumented
type MediaPrompt struct {
// Prompt is the base model of MediaPrompt
Prompt
// MediaInfo undocumented
MediaInfo *MediaInfo `json:"mediaInfo,omitempty"`
// Loop undocumented
Loop *int `json:"loop,omitempty"`
}
|