GovernancePolicyAddFolderFailedDetails

public class GovernancePolicyAddFolderFailedDetails : CustomStringConvertible, JSONRepresentable

Couldn’t add a folder to a policy.

  • 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?
  • Folder.

    Declaration

    Swift

    public let folder: String
  • Reason.

    Declaration

    Swift

    public let reason: String?
  • Declaration

    Swift

    public var description: String { get }