GovernancePolicyExportRemovedDetails

public class GovernancePolicyExportRemovedDetails : CustomStringConvertible, JSONRepresentable

Removed a policy download.

  • Policy ID.

    Declaration

    Swift

    public let governancePolicyId: String
  • Policy name.

    Declaration

    Swift

    public let name: String
  • Policy type.

    Declaration

    Swift

    public let policyType: TeamLog.PolicyType?
  • Export name.

    Declaration

    Swift

    public let exportName: String
  • Declaration

    Swift

    public var description: String { get }