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

    name

    The name of the role.