ArchAstro. SDK. Types. ChannelPayloads. ApiChatChannel. ApiChatForkThread. Response. Nested. ChatModelMembersItemAgentAcl
(archastro v0.3.2)
Copy Markdown
ChatModelMembersItemAgentAcl API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAcl{ add: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclAddItem.t() ] | ArchAstro.SDK.Unset.t(), grants: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclGrantsItem.t() ] | ArchAstro.SDK.Unset.t(), remove: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclRemoveItem.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()