DataPrivacy

public class DataPrivacy : APIModel

data privacy information

  • Localized hint that data privacy terms apply. The hint comes formatted in multiple ways, which are all equally valid if given. Additional formats might be added in the future.

    Declaration

    Swift

    public var hint: Hint?
  • Localized data privacy terms. The terms come formatted in multiple ways, which are all equally valid if given. Additional formats might be added in the future.

    Declaration

    Swift

    public var terms: Terms?
  • Localized hint that data privacy terms apply. The hint comes formatted in multiple ways, which are all equally valid if given. Additional formats might be added in the future.

    See more

    Declaration

    Swift

    public class Hint : APIModel
  • Localized data privacy terms. The terms come formatted in multiple ways, which are all equally valid if given. Additional formats might be added in the future.

    See more

    Declaration

    Swift

    public class Terms : APIModel
  • Undocumented

    Declaration

    Swift

    public init(hint: Hint? = nil, terms: Terms? = nil)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Undocumented

    Declaration

    Swift

    public func isEqual(to object: Any?) -> Bool
  • Declaration

    Swift

    public static func == (lhs: DataPrivacy, rhs: DataPrivacy) -> Bool