blob: a4d6e887628f0b259d76d938964f3b5e09e344e1 (
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-generate.go 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"`
}
|