summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppRelationshipModel.go
blob: c1c5c4c1c1dd135ffa480a6b7204f114acedbd2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"`
}