LegalHoldsPolicyUpdateArg
public class LegalHoldsPolicyUpdateArg : CustomStringConvertible, JSONRepresentable
The LegalHoldsPolicyUpdateArg struct
-
The legal hold Id.
Declaration
Swift
public let id: String
-
Policy new name.
Declaration
Swift
public let name: String?
-
Policy new description.
Declaration
Swift
public let description_: String?
-
List of team member IDs to apply the policy on.
Declaration
Swift
public let members: [String]?
-
Declaration
Swift
public var description: String { get }