diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/LabelDetailsModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/LabelDetailsModel.go | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/LabelDetailsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/LabelDetailsModel.go deleted file mode 100644 index b3e5a8a4..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/LabelDetailsModel.go +++ /dev/null @@ -1,23 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// LabelDetails undocumented -type LabelDetails struct { - // Object is the base model of LabelDetails - Object - // ID undocumented - ID *string `json:"id,omitempty"` - // Name undocumented - Name *string `json:"name,omitempty"` - // Description undocumented - Description *string `json:"description,omitempty"` - // Color undocumented - Color *string `json:"color,omitempty"` - // Sensitivity undocumented - Sensitivity *int `json:"sensitivity,omitempty"` - // Tooltip undocumented - Tooltip *string `json:"tooltip,omitempty"` - // IsActive undocumented - IsActive *bool `json:"isActive,omitempty"` -} |