Class DashRemovedTeamEmailDomainAllowlistDetails
Admin removed an email domain from the team allowlist.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashRemovedTeamEmailDomainAllowlistDetails
Constructors
View SourceDashRemovedTeamEmailDomainAllowlistDetails(string)
Initializes a new instance of the DashRemovedTeamEmailDomainAllowlistDetails class.
Declaration
public DashRemovedTeamEmailDomainAllowlistDetails(string emailDomain)
Parameters
| Type | Name | Description |
|---|---|---|
| string | emailDomain | The email domain that gets added/removed from the team allowlist. |
Properties
View SourceEmailDomain
The email domain that gets added/removed from the team allowlist.
Declaration
public string EmailDomain { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |