GovernancePolicyAddFoldersDetails
open class GovernancePolicyAddFoldersDetails : CustomStringConvertible
Added folders to 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?
-
Folders.
Declaration
Swift
public let folders: Array<String>?
-
Declaration
Swift
open var description: String { get }