Structure
Organization
public struct Organization: Decodable, Equatable
Represents an organization registered with Disruptive Technologies.
Functions relevant for Organizations are implemented on the Disruptive struct:
Relationships
Conforms To
DecodableEquatable
Initializers
init(from:)
public init(from decoder: Decoder) throws
Properties
identifier
public let identifier: String
The unique identifier for the organization. This will be different from the name field in the REST API
in that it is just the identifier without the organizations/ prefix.