blob: fb0f47b388a1250776d4cdfc3c19bdca3bf51c9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go 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"`
}
|