ArchAstro. SDK. Types. Operations. GetApiV1Teams. Params. Nested. Metadata
(archastro v0.3.1)
Copy Markdown
Metadata API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1Teams.Params.Nested.Metadata{ clause: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} | ArchAstro.SDK.Unset.t(), clauses: [%{optional(String.t()) => ArchAstro.SDK.JSON.t()}] | ArchAstro.SDK.Unset.t(), key: String.t() | ArchAstro.SDK.Unset.t(), operator: String.t() | ArchAstro.SDK.Unset.t(), path: [String.t()] | ArchAstro.SDK.Unset.t(), type: String.t() | ArchAstro.SDK.Unset.t(), value: ArchAstro.SDK.JSON.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()