diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/LocationConstraintModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/LocationConstraintModel.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/LocationConstraintModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/LocationConstraintModel.go new file mode 100644 index 00000000..34903f11 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/LocationConstraintModel.go @@ -0,0 +1,15 @@ +// 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"` +} |