diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MobileAppRelationshipModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/MobileAppRelationshipModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppRelationshipModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppRelationshipModel.go deleted file mode 100644 index c1c5c4c1..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppRelationshipModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// MobileAppRelationship Describes the relationship for a child mobile app to its parent mobile app. -type MobileAppRelationship struct { - // Entity is the base model of MobileAppRelationship - Entity - // TargetID The target child mobile app's app id. - TargetID *string `json:"targetId,omitempty"` - // TargetDisplayName The target child mobile app's display name. - TargetDisplayName *string `json:"targetDisplayName,omitempty"` -} |