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