github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelResponse.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  import "time"
     6  
     7  // ResponseStatus undocumented
     8  type ResponseStatus struct {
     9  	// Object is the base model of ResponseStatus
    10  	Object
    11  	// Response undocumented
    12  	Response *ResponseType `json:"response,omitempty"`
    13  	// Time undocumented
    14  	Time *time.Time `json:"time,omitempty"`
    15  }