Role
public struct Role : XMLRepresentable
Undocumented
-
The name of the role.
Declaration
Swift
public var name: String -
Initializes a new role.
Declaration
Swift
public init(name: String)Parameters
nameThe name of the role.
Role Structure Reference