PatchOrganizationRequest
public struct PatchOrganizationRequest : Codable
-
New name to set on the organization
Declaration
Swift
public var name: String?
-
New description to set on the organization
Declaration
Swift
public var description: String?
-
Declaration
Swift
public init(name: String? = nil, description: String? = nil)