ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatForkThread. Response. Nested. ChatModelMembersItemAgentAcl
(archastro v0.2.0)
Copy Markdown
ChatModelMembersItemAgentAcl API model.
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAcl{ add: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclAddItem.t() ] | ArchAstro.Unset.t(), grants: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclGrantsItem.t() ] | ArchAstro.Unset.t(), remove: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclRemoveItem.t() ] | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()