blob: e20e91c10bed40abd9ba7ce4c59e6cf3aa2fa42e (
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
// SynchronizationSecretKeyStringValuePair undocumented
type SynchronizationSecretKeyStringValuePair struct {
// Object is the base model of SynchronizationSecretKeyStringValuePair
Object
// Key undocumented
Key *SynchronizationSecret `json:"key,omitempty"`
// Value undocumented
Value *string `json:"value,omitempty"`
}
|