blob: 1b9dfa431ca342a33eb854262173250564b772c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// 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"`
}
|