Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

// Code generated by msgraph-generate.go DO NOT EDIT. | |
package msgraph | |
// AppHostedMediaConfig undocumented | |
type AppHostedMediaConfig struct { | |
// MediaConfig is the base model of AppHostedMediaConfig | |
MediaConfig | |
// Blob undocumented | |
Blob *string `json:"blob,omitempty"` | |
} |