| Name | Type | Description | Notes |
|---|---|---|---|
| public_metadata | Option<serde_json::Value> | Metadata saved on the organization, that is visible to both your frontend and backend. | [optional] |
| private_metadata | Option<serde_json::Value> | Metadata saved on the organization that is only visible to your backend. | [optional] |
| name | Option<String> | The new name of the organization | [optional] |
| slug | Option<String> | The new slug of the organization, which needs to be unique in the instance | [optional] |
| max_allowed_memberships | Option<i32> | The maximum number of memberships allowed for this organization | [optional] |