blob: 72878c04784904bb055da234a788412e10cd473b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// Command undocumented
type Command struct {
// Entity is the base model of Command
Entity
// Status undocumented
Status *string `json:"Status,omitempty"`
// Type undocumented
Type *string `json:"Type,omitempty"`
// AppServiceName undocumented
AppServiceName *string `json:"AppServiceName,omitempty"`
// PackageFamilyName undocumented
PackageFamilyName *string `json:"PackageFamilyName,omitempty"`
// Error undocumented
Error *string `json:"Error,omitempty"`
// Payload undocumented
Payload *PayloadRequestObject `json:"Payload,omitempty"`
// PermissionTicket undocumented
PermissionTicket *string `json:"PermissionTicket,omitempty"`
// PostBackURI undocumented
PostBackURI *string `json:"PostBackUri,omitempty"`
// Responsepayload undocumented
Responsepayload *PayloadResponse `json:"responsepayload,omitempty"`
}
|