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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Bundle undocumented
     6  type Bundle struct {
     7  	// Object is the base model of Bundle
     8  	Object
     9  	// ChildCount undocumented
    10  	ChildCount *int `json:"childCount,omitempty"`
    11  	// Album undocumented
    12  	Album *Album `json:"album,omitempty"`
    13  }