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, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AttributeMappingParameterSchemaModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AttributeMappingParameterSchemaModel.go deleted file mode 100644 index 08f0c05c..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/AttributeMappingParameterSchemaModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// 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"` -} |