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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Website undocumented
     6  type Website struct {
     7  	// Object is the base model of Website
     8  	Object
     9  	// Type undocumented
    10  	Type *WebsiteType `json:"type,omitempty"`
    11  	// Address undocumented
    12  	Address *string `json:"address,omitempty"`
    13  	// DisplayName undocumented
    14  	DisplayName *string `json:"displayName,omitempty"`
    15  }