github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelRecord.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // RecordOperation undocumented
     6  type RecordOperation struct {
     7  	// CommsOperation is the base model of RecordOperation
     8  	CommsOperation
     9  	// RecordingLocation undocumented
    10  	RecordingLocation *string `json:"recordingLocation,omitempty"`
    11  	// RecordingAccessToken undocumented
    12  	RecordingAccessToken *string `json:"recordingAccessToken,omitempty"`
    13  }