diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AttributeMappingParameterSchemaModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/AttributeMappingParameterSchemaModel.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AttributeMappingParameterSchemaModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AttributeMappingParameterSchemaModel.go new file mode 100644 index 00000000..08f0c05c --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/AttributeMappingParameterSchemaModel.go @@ -0,0 +1,17 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// AttributeMappingParameterSchema undocumented +type AttributeMappingParameterSchema struct { + // Object is the base model of AttributeMappingParameterSchema + Object + // AllowMultipleOccurrences undocumented + AllowMultipleOccurrences *bool `json:"allowMultipleOccurrences,omitempty"` + // Name undocumented + Name *string `json:"name,omitempty"` + // Required undocumented + Required *bool `json:"required,omitempty"` + // Type undocumented + Type *AttributeType `json:"type,omitempty"` +} |