mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-03-15 19:42:33 +00:00
10 lines
313 B
Go
10 lines
313 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// MacManagedAppProtectionCollectionHasPayloadLinksRequestParameter undocumented
|
|
type MacManagedAppProtectionCollectionHasPayloadLinksRequestParameter struct {
|
|
// PayloadIDs undocumented
|
|
PayloadIDs []string `json:"payloadIds,omitempty"`
|
|
}
|