ArchAstro. SDK. Types. Operations. GetApiV1TeamsTeamMembers. Response. Nested. DataItemAgentSourceSolutionCurrentSolutionOrgLogo
(archastro v0.3.4)
Copy Markdown
DataItemAgentSourceSolutionCurrentSolutionOrgLogo API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionOrgLogo{ file: String.t() | nil | ArchAstro.SDK.Unset.t(), height: integer() | nil | ArchAstro.SDK.Unset.t(), media: String.t() | nil | ArchAstro.SDK.Unset.t(), mime_type: String.t() | nil | ArchAstro.SDK.Unset.t(), refresh_url: String.t() | nil | ArchAstro.SDK.Unset.t(), url: String.t() | nil | ArchAstro.SDK.Unset.t(), width: integer() | nil | 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()