Class ClientAddonSlack
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Slack team or workspace name usually first segment in your Slack URL. e.g. https://acme-org.slack.com would be acme-org.
[Serializable]
public record ClientAddonSlack : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientAddonSlack>
- Inheritance
-
ClientAddonSlack
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Team
Slack team name.
[JsonPropertyName("team")]
public required string Team { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.