RequestedLinkAccessLevel

public enum RequestedLinkAccessLevel : CustomStringConvertible, JSONRepresentable

The RequestedLinkAccessLevel union

  • Users who use the link can view and comment on the content.

    Declaration

    Swift

    case viewer
  • Users who use the link can edit, view and comment on the content. Note not all file types support edit links yet.

    Declaration

    Swift

    case editor
  • max

    Request for the maximum access level you can set the link to.

    Declaration

    Swift

    case max
  • Request for the default access level the user has set.

    Declaration

    Swift

    case default_
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }