diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/LocationConstraintModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/LocationConstraintModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/LocationConstraintModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/LocationConstraintModel.go deleted file mode 100644 index 34903f11..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/LocationConstraintModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// LocationConstraint undocumented -type LocationConstraint struct { - // Object is the base model of LocationConstraint - Object - // Locations undocumented - Locations []LocationConstraintItem `json:"locations,omitempty"` - // IsRequired undocumented - IsRequired *bool `json:"isRequired,omitempty"` - // SuggestLocation undocumented - SuggestLocation *bool `json:"suggestLocation,omitempty"` -} |