LegalHoldsPolicyCreateArg
public class LegalHoldsPolicyCreateArg : CustomStringConvertible, JSONRepresentable
The LegalHoldsPolicyCreateArg struct
-
Policy name.
Declaration
Swift
public let name: String -
A description of the legal hold policy.
Declaration
Swift
public let description_: String? -
List of team member IDs added to the hold.
Declaration
Swift
public let members: [String] -
start date of the legal hold policy.
Declaration
Swift
public let startDate: Date? -
end date of the legal hold policy.
Declaration
Swift
public let endDate: Date? -
Declaration
Swift
public var description: String { get }
View on GitHub
LegalHoldsPolicyCreateArg Class Reference