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