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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // DeleteAction undocumented
     6  type DeleteAction struct {
     7  	// Object is the base model of DeleteAction
     8  	Object
     9  	// Name undocumented
    10  	Name *string `json:"name,omitempty"`
    11  	// ObjectType undocumented
    12  	ObjectType *string `json:"objectType,omitempty"`
    13  }
    14  
    15  // DeleteUserFromSharedAppleDeviceActionResult undocumented
    16  type DeleteUserFromSharedAppleDeviceActionResult struct {
    17  	// DeviceActionResult is the base model of DeleteUserFromSharedAppleDeviceActionResult
    18  	DeviceActionResult
    19  	// UserPrincipalName User principal name of the user to be deleted
    20  	UserPrincipalName *string `json:"userPrincipalName,omitempty"`
    21  }