Model/SharePointMethodTypes.ps1
# # Fly SDK API # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # Version: 1.0 # Contact: support@avepoint.com # Generated by OpenAPI Generator: https://openapi-generator.tech # <# .SYNOPSIS Enum SharePointMethodTypes. .DESCRIPTION * `Attach` = 0 * `Combine` = 1 #> enum SharePointMethodTypes { # enum value: "0" Attach # enum value: "1" Combine } |