github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelChannel.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Channel undocumented
     6  type Channel struct {
     7  	// Entity is the base model of Channel
     8  	Entity
     9  	// DisplayName undocumented
    10  	DisplayName *string `json:"displayName,omitempty"`
    11  	// Description undocumented
    12  	Description *string `json:"description,omitempty"`
    13  	// Email undocumented
    14  	Email *string `json:"email,omitempty"`
    15  	// WebURL undocumented
    16  	WebURL *string `json:"webUrl,omitempty"`
    17  	// Tabs undocumented
    18  	Tabs []TeamsTab `json:"tabs,omitempty"`
    19  }