OutputSettings

public struct OutputSettings : Codable
  • Depending on the value, the PII (Personal Data) will be returned or omitted from the response and the generated datalink pages. Default is ‘false’

    Declaration

    Swift

    public let displayPii: Bool?
  • Declaration

    Swift

    public init(displayPii: Bool?)