diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/InformationalURLModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/InformationalURLModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/InformationalURLModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/InformationalURLModel.go deleted file mode 100644 index 53503183..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/InformationalURLModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// 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"` -} |