ArchAstro. SDK. Types. ChannelPayloads. ApiChatChannel. ApiChatForkThread. Response. Nested. TeamAcl
(archastro v0.3.2)
Copy Markdown
TeamAcl API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAcl{ add: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAclAddItem.t() ] | ArchAstro.SDK.Unset.t(), grants: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAclGrantsItem.t() ] | ArchAstro.SDK.Unset.t(), remove: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAclRemoveItem.t() ] | ArchAstro.SDK.Unset.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()