LinkAccessLevel

public enum LinkAccessLevel : CustomStringConvertible, JSONRepresentable

The LinkAccessLevel 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.

    Declaration

    Swift

    case editor
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }