diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/InformationalURLModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/InformationalURLModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/InformationalURLModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/InformationalURLModel.go new file mode 100644 index 00000000..53503183 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/InformationalURLModel.go @@ -0,0 +1,19 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// InformationalURL undocumented +type InformationalURL struct { + // Object is the base model of InformationalURL + Object + // LogoURL undocumented + LogoURL *string `json:"logoUrl,omitempty"` + // MarketingURL undocumented + MarketingURL *string `json:"marketingUrl,omitempty"` + // PrivacyStatementURL undocumented + PrivacyStatementURL *string `json:"privacyStatementUrl,omitempty"` + // SupportURL undocumented + SupportURL *string `json:"supportUrl,omitempty"` + // TermsOfServiceURL undocumented + TermsOfServiceURL *string `json:"termsOfServiceUrl,omitempty"` +} |