blob: deeb8309a896b7b762ff12e60aeb35471ce08265 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// DomainState undocumented
type DomainState struct {
// Object is the base model of DomainState
Object
// Status undocumented
Status *string `json:"status,omitempty"`
// Operation undocumented
Operation *string `json:"operation,omitempty"`
// LastActionDateTime undocumented
LastActionDateTime *time.Time `json:"lastActionDateTime,omitempty"`
}
|