blob: 039d63551c4aae7b6f0e526c2477fcd0290029ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|