Watermark

public class Watermark : BoxModel

Watermark object labels folders and files to be protected by watermarks, which will show on file previews. Watermarks can be applied to folders and files independently.

  • Declaration

    Swift

    public private(set) var rawData: [String : Any]
  • Undocumented

    Declaration

    Swift

    public static let resourceKey: String
  • Undocumented

    Declaration

    Swift

    public static let imprintKey: String
  • Undocumented

    Declaration

    Swift

    public static let defaultImprint: String
  • The time this watermark was created.

    Declaration

    Swift

    public let createdAt: Date?
  • The time this watermark was last modified.

    Declaration

    Swift

    public let modifiedAt: Date?
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

    public required init(json: [String : Any]) throws

    Parameters

    json

    JSON dictionary.