summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/LocationConstraintItemModel.go
blob: d16886d5055345fe1eee60df489b9d239d28e276 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// LocationConstraintItem undocumented
type LocationConstraintItem struct {
	// Location is the base model of LocationConstraintItem
	Location
	// ResolveAvailability undocumented
	ResolveAvailability *bool `json:"resolveAvailability,omitempty"`
}