blob: f238e25ac605a5497e8e9e066dbe767e6aa95e9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AgreementFileData undocumented
type AgreementFileData struct {
// Object is the base model of AgreementFileData
Object
// Data undocumented
Data *Binary `json:"data,omitempty"`
}
|