ArchAstro. Types. Operations. GetApiV1TeamsTeamThreads. Response. Nested. DataItemParticipatingAgentsItemAcl
(archastro v0.2.0)
Copy Markdown
DataItemParticipatingAgentsItemAcl API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAcl{ add: [ ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAclAddItem.t() ] | ArchAstro.Unset.t(), grants: [ ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAclGrantsItem.t() ] | ArchAstro.Unset.t(), remove: [ ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAclRemoveItem.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()