mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-02-18 18:29:16 +00:00
20 lines
555 B
Go
20 lines
555 B
Go
![]() |
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// GovernanceNotificationTemplate undocumented
|
||
|
type GovernanceNotificationTemplate struct {
|
||
|
// Object is the base model of GovernanceNotificationTemplate
|
||
|
Object
|
||
|
// ID undocumented
|
||
|
ID *string `json:"id,omitempty"`
|
||
|
// Type undocumented
|
||
|
Type *string `json:"type,omitempty"`
|
||
|
// Source undocumented
|
||
|
Source *string `json:"source,omitempty"`
|
||
|
// Version undocumented
|
||
|
Version *string `json:"version,omitempty"`
|
||
|
// Culture undocumented
|
||
|
Culture *string `json:"culture,omitempty"`
|
||
|
}
|