5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 18:22:30 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/WebAccountModel.go

20 lines
564 B
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WebAccount undocumented
type WebAccount struct {
// ItemFacet is the base model of WebAccount
ItemFacet
// Description undocumented
Description *string `json:"description,omitempty"`
// UserID undocumented
UserID *string `json:"userId,omitempty"`
// Service undocumented
Service *ServiceInformation `json:"service,omitempty"`
// StatusMessage undocumented
StatusMessage *string `json:"statusMessage,omitempty"`
// WebURL undocumented
WebURL *string `json:"webUrl,omitempty"`
}