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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // PageLinks undocumented
     6  type PageLinks struct {
     7  	// Object is the base model of PageLinks
     8  	Object
     9  	// OneNoteClientURL undocumented
    10  	OneNoteClientURL *ExternalLink `json:"oneNoteClientUrl,omitempty"`
    11  	// OneNoteWebURL undocumented
    12  	OneNoteWebURL *ExternalLink `json:"oneNoteWebUrl,omitempty"`
    13  }