IsOnboarding
public struct IsOnboarding : Codable
-
True means that the influxdb instance has NOT had initial setup; false means that the database has been setup.
Declaration
Swift
public var allowed: Bool?
-
Declaration
Swift
public init(allowed: Bool? = nil)