Sha256: 83f88a287048434c1825e98f4e461df6bde2fc81f93a89105beffcb43beeb8fb
Contents?: true
Size: 1.31 KB
Versions: 22
Compression:
Stored size: 1.31 KB
Contents
# OryClient::MemberInvite ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The Project's Revision Creation Date | [readonly] | | **id** | **String** | The invite's ID. | [readonly] | | **invitee_email** | **String** | The invitee's email | | | **invitee_id** | **String** | | [optional] | | **owner_email** | **String** | The invite owner's email Usually the project's owner email | | | **owner_id** | **String** | The invite owner's ID Usually the project's owner | | | **project_id** | **String** | | [optional] | | **role** | **String** | | [optional] | | **status** | **String** | The invite's status Keeps track of the invites status such as pending, accepted, declined, expired pending PENDING accepted ACCEPTED declined DECLINED expired EXPIRED cancelled CANCELLED removed REMOVED | | | **updated_at** | **Time** | Last Time Project's Revision was Updated | [readonly] | | **workspace_id** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::MemberInvite.new( created_at: null, id: null, invitee_email: null, invitee_id: null, owner_email: null, owner_id: null, project_id: null, role: null, status: null, updated_at: null, workspace_id: null ) ```
Version data entries
22 entries across 22 versions & 1 rubygems