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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // PayloadRequestObject undocumented
     6  type PayloadRequestObject struct {
     7  	// Object is the base model of PayloadRequestObject
     8  	Object
     9  }
    10  
    11  // PayloadResponse undocumented
    12  type PayloadResponse struct {
    13  	// Entity is the base model of PayloadResponse
    14  	Entity
    15  }
    16  
    17  // PayloadTypes undocumented
    18  type PayloadTypes struct {
    19  	// Object is the base model of PayloadTypes
    20  	Object
    21  	// RawContent undocumented
    22  	RawContent *string `json:"rawContent,omitempty"`
    23  	// VisualContent undocumented
    24  	VisualContent *VisualProperties `json:"visualContent,omitempty"`
    25  }