summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/TeamsCatalogAppModel.go
blob: 136620dbbc93f92dfa7b311784f14c0654c37e15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// TeamsCatalogApp undocumented
type TeamsCatalogApp struct {
	// Entity is the base model of TeamsCatalogApp
	Entity
	// ExternalID undocumented
	ExternalID *string `json:"externalId,omitempty"`
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// DistributionMethod undocumented
	DistributionMethod *TeamsAppDistributionMethod `json:"distributionMethod,omitempty"`
}