ArchAstro. Types. Operations. GetApiV1Teams. Response. Nested. DataItemAcl
(archastro v0.2.0)
Copy Markdown
DataItemAcl API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAcl{ add: [ ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAclAddItem.t() ] | ArchAstro.Unset.t(), grants: [ ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAclGrantsItem.t() ] | ArchAstro.Unset.t(), remove: [ ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAclRemoveItem.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()