LegalHoldsPolicyUpdateArg
open class LegalHoldsPolicyUpdateArg : CustomStringConvertible
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: Array<String>?
-
Declaration
Swift
open var description: String { get }