forked from jshiffer/matterbridge
16 lines
471 B
Go
16 lines
471 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// Agreement undocumented
|
||
|
type Agreement struct {
|
||
|
// Entity is the base model of Agreement
|
||
|
Entity
|
||
|
// DisplayName undocumented
|
||
|
DisplayName *string `json:"displayName,omitempty"`
|
||
|
// IsViewingBeforeAcceptanceRequired undocumented
|
||
|
IsViewingBeforeAcceptanceRequired *bool `json:"isViewingBeforeAcceptanceRequired,omitempty"`
|
||
|
// Files undocumented
|
||
|
Files []AgreementFile `json:"files,omitempty"`
|
||
|
}
|