summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelAlbum.go
blob: c3a6953aa1aa9e9398df45a03ad4088f955d0560 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// Album undocumented
type Album struct {
	// Object is the base model of Album
	Object
	// CoverImageItemID undocumented
	CoverImageItemID *string `json:"coverImageItemId,omitempty"`
}