LegalHoldPolicy

public class LegalHoldPolicy : CustomStringConvertible, JSONRepresentable

The LegalHoldPolicy struct

  • id

    The legal hold id.

    Declaration

    Swift

    public let id: String
  • Policy name.

    Declaration

    Swift

    public let name: String
  • A description of the legal hold policy.

    Declaration

    Swift

    public let description_: String?
  • The time at which the legal hold was activated.

    Declaration

    Swift

    public let activationTime: Date?
  • Team members IDs and number of permanently deleted members under hold.

    Declaration

    Swift

    public let members: Team.MembersInfo
  • The current state of the hold.

    Declaration

    Swift

    public let status: Team.LegalHoldStatus
  • 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 }