github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelInformational.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // InformationalURL undocumented
     6  type InformationalURL struct {
     7  	// Object is the base model of InformationalURL
     8  	Object
     9  	// LogoURL undocumented
    10  	LogoURL *string `json:"logoUrl,omitempty"`
    11  	// MarketingURL undocumented
    12  	MarketingURL *string `json:"marketingUrl,omitempty"`
    13  	// PrivacyStatementURL undocumented
    14  	PrivacyStatementURL *string `json:"privacyStatementUrl,omitempty"`
    15  	// SupportURL undocumented
    16  	SupportURL *string `json:"supportUrl,omitempty"`
    17  	// TermsOfServiceURL undocumented
    18  	TermsOfServiceURL *string `json:"termsOfServiceUrl,omitempty"`
    19  }