Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 968 Bytes

OrganizationMembership.md

File metadata and controls

17 lines (12 loc) · 968 Bytes

OrganizationMembership

Properties

Name Type Description Notes
id Option<String> [optional]
object Option<String> String representing the object's type. Objects of the same type share the same value. [optional]
role Option<String> [optional]
created_at Option<i64> Unix timestamp of creation. [optional]
updated_at Option<i64> Unix timestamp of last update. [optional]
organization Option<crate::models::OrganizationMembershipOrganization> [optional]
public_user_data Option<crate::models::OrganizationMembershipPublicUserData> [optional]

[Back to Model list] [Back to API list] [Back to README]