ExpiringEmbedLink

public class ExpiringEmbedLink : BoxModel

Expiring embed link of a file

Properties

  • Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }
  • url

    Embed link URL

    Declaration

    Swift

    public let url: URL?
  • Information about the token used by the embed component

    Declaration

    Swift

    public let token: Token?
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

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

    Parameters

    json

    JSON dictionary.