diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/NamedLocationModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/NamedLocationModel.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/NamedLocationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/NamedLocationModel.go new file mode 100644 index 00000000..75c1f627 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/NamedLocationModel.go @@ -0,0 +1,17 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +import "time" + +// NamedLocation undocumented +type NamedLocation struct { + // Entity is the base model of NamedLocation + Entity + // DisplayName undocumented + DisplayName *string `json:"displayName,omitempty"` + // CreatedDateTime undocumented + CreatedDateTime *time.Time `json:"createdDateTime,omitempty"` + // ModifiedDateTime undocumented + ModifiedDateTime *time.Time `json:"modifiedDateTime,omitempty"` +} |