mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-06 22:24:06 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
19
vendor/github.com/yaegashi/msgraph.go/beta/ModelVerified.go
generated
vendored
Normal file
19
vendor/github.com/yaegashi/msgraph.go/beta/ModelVerified.go
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// VerifiedDomain undocumented
|
||||
type VerifiedDomain struct {
|
||||
// Object is the base model of VerifiedDomain
|
||||
Object
|
||||
// Capabilities undocumented
|
||||
Capabilities *string `json:"capabilities,omitempty"`
|
||||
// IsDefault undocumented
|
||||
IsDefault *bool `json:"isDefault,omitempty"`
|
||||
// IsInitial undocumented
|
||||
IsInitial *bool `json:"isInitial,omitempty"`
|
||||
// Name undocumented
|
||||
Name *string `json:"name,omitempty"`
|
||||
// Type undocumented
|
||||
Type *string `json:"type,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user