TeamGetInfoResult

public class TeamGetInfoResult : CustomStringConvertible, JSONRepresentable

The TeamGetInfoResult struct

  • The name of the team.

    Declaration

    Swift

    public let name: String
  • The ID of the team.

    Declaration

    Swift

    public let teamId: String
  • The number of licenses available to the team.

    Declaration

    Swift

    public let numLicensedUsers: UInt32
  • The number of accounts that have been invited or are already active members of the team.

    Declaration

    Swift

    public let numProvisionedUsers: UInt32
  • The number of licenses used on the team.

    Declaration

    Swift

    public let numUsedLicenses: UInt32
  • (no description)

    Declaration

    Swift

    public let policies: TeamPolicies.TeamMemberPolicies
  • Declaration

    Swift

    public var description: String { get }