AccountTtl
public struct AccountTtl : Codable, Equatable, FunctionResult
Contains information about the period of inactivity after which the current user’s account will automatically be deleted
-
Number of days of inactivity before the account will be flagged for deletion; should range from 30-366 days
Declaration
Swift
public let days: Int32 -
Contains information about the period of inactivity after which the current user’s account will automatically be deleted
Declaration
Swift
public init(days: Int32)Parameters
daysNumber of days of inactivity before the account will be flagged for deletion; should range from 30-366 days
View on GitHub
Install in Dash
AccountTtl Structure Reference