GetMembershipReport

public class GetMembershipReport : Team.BaseDfbReport

Membership Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.

  • Team size, for each day.

    Declaration

    Swift

    public let teamSize: [UInt64?]
  • The number of pending invites to the team, for each day.

    Declaration

    Swift

    public let pendingInvites: [UInt64?]
  • The number of members that joined the team, for each day.

    Declaration

    Swift

    public let membersJoined: [UInt64?]
  • The number of suspended team members, for each day.

    Declaration

    Swift

    public let suspendedMembers: [UInt64?]
  • The total number of licenses the team has, for each day.

    Declaration

    Swift

    public let licenses: [UInt64?]