Skip to content

mattermostmodelsteams Team

BigMakCode edited this page Aug 5, 2024 · 1 revision

Team Internal class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Mattermost.Models.Teams
  Mattermost.Models.Teams.Team[[Team]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
bool AllowOpenInvite get, set
string AllowedDomains get, set
long CreatedAt get, set
long DeletedAt get, set
string Description get, set
string DisplayName get, set
string Email get, set
string Id get, set
string InviteId get, set
string Name get, set
string PolicyId get, set
string Type get, set
long UpdatedAt get, set

Details

Constructors

Team

public Team()

Properties

Id

public string Id { get; set; }

CreatedAt

public long CreatedAt { get; set; }

UpdatedAt

public long UpdatedAt { get; set; }

DeletedAt

public long DeletedAt { get; set; }

DisplayName

public string DisplayName { get; set; }

Name

public string Name { get; set; }

Description

public string Description { get; set; }

Email

public string Email { get; set; }

Type

public string Type { get; set; }

AllowedDomains

public string AllowedDomains { get; set; }

InviteId

public string InviteId { get; set; }

AllowOpenInvite

public bool AllowOpenInvite { get; set; }

PolicyId

public string PolicyId { get; set; }

Generated with ModularDoc

Clone this wiki locally