forked from jshiffer/matterbridge
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
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"`
|
|
}
|