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
days
Number of days of inactivity before the account will be flagged for deletion; should range from 30-366 days