SDK Reference v2.0.0 / Organization
Organization
struct Organization : Identifiable, Decodable
Information about an organization.
ID
typealias MyDataHelpsKit.Organization.ID = ScopedIdentifier<Organization, String>
Unique organization identifier.
id
let id: ID
Unique organization identifier.
description
let description: String?
Organization description.
logoURL
let logoURL: URL
Full URL to the organization’s logo image.
This URL returns image data, e.g. image/png
, suitable for decoding directly into a UIImage
object and presenting in image views. It is a public URL with no authentication required. Image dimensions may vary, so it is recommended to display these images with aspect-fit scaling.
color
let color: String
The organization’s brand color, expressed as a hexadecimal string. For example, "#000000"
.