summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/FeatureRolloutPolicyModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/FeatureRolloutPolicyModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/FeatureRolloutPolicyModel.go21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/FeatureRolloutPolicyModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/FeatureRolloutPolicyModel.go
new file mode 100644
index 00000000..5940567a
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/FeatureRolloutPolicyModel.go
@@ -0,0 +1,21 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// FeatureRolloutPolicy undocumented
+type FeatureRolloutPolicy struct {
+ // Entity is the base model of FeatureRolloutPolicy
+ Entity
+ // DisplayName undocumented
+ DisplayName *string `json:"displayName,omitempty"`
+ // Description undocumented
+ Description *string `json:"description,omitempty"`
+ // Feature undocumented
+ Feature *StagedFeatureName `json:"feature,omitempty"`
+ // IsEnabled undocumented
+ IsEnabled *bool `json:"isEnabled,omitempty"`
+ // IsAppliedToOrganization undocumented
+ IsAppliedToOrganization *bool `json:"isAppliedToOrganization,omitempty"`
+ // AppliesTo undocumented
+ AppliesTo []DirectoryObject `json:"appliesTo,omitempty"`
+}