TeamFolderCreateArg

public class TeamFolderCreateArg : CustomStringConvertible, JSONRepresentable

The TeamFolderCreateArg struct

  • Name for the new team folder.

    Declaration

    Swift

    public let name: String
  • The sync setting to apply to this team folder. Only permitted if the team has team selective sync enabled.

    Declaration

    Swift

    public let syncSetting: Files.SyncSettingArg?
  • Declaration

    Swift

    public var description: String { get }