2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 22:12:28 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
2020-03-15 22:43:46 +00:00
|
|
|
// PayloadRequestObject undocumented
|
|
|
|
type PayloadRequestObject struct {
|
|
|
|
// Object is the base model of PayloadRequestObject
|
|
|
|
Object
|
|
|
|
}
|
|
|
|
|
|
|
|
// PayloadResponse undocumented
|
|
|
|
type PayloadResponse struct {
|
|
|
|
// Entity is the base model of PayloadResponse
|
|
|
|
Entity
|
|
|
|
}
|
|
|
|
|
2019-12-26 22:12:28 +00:00
|
|
|
// PayloadTypes undocumented
|
|
|
|
type PayloadTypes struct {
|
|
|
|
// Object is the base model of PayloadTypes
|
|
|
|
Object
|
|
|
|
// RawContent undocumented
|
|
|
|
RawContent *string `json:"rawContent,omitempty"`
|
|
|
|
// VisualContent undocumented
|
|
|
|
VisualContent *VisualProperties `json:"visualContent,omitempty"`
|
|
|
|
}
|