Disruptive Documentation

Structure Organization

public struct Organization: Decodable, Equatable  

Represents an organization registered with Disruptive Technologies.

Functions relevant for Organizations are implemented on the Disruptive struct:

%267 Organization Organization Equatable Equatable Organization->Equatable Decodable Decodable Organization->Decodable

Conforms To

Decodable
Equatable

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.

display​Name

public let displayName: String

The display name of the organization.