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