forked from jshiffer/matterbridge
12 lines
261 B
Go
12 lines
261 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// SearchQueryString undocumented
|
||
|
type SearchQueryString struct {
|
||
|
// Object is the base model of SearchQueryString
|
||
|
Object
|
||
|
// Query undocumented
|
||
|
Query *string `json:"query,omitempty"`
|
||
|
}
|