Sha256: 60d893852f585cb50c4e8c3df3d416ffc250092dfe39f9b2031755f3aab298c7
Contents?: true
Size: 451 Bytes
Versions: 73
Compression:
Stored size: 451 Bytes
Contents
# OryClient::CreateInviteResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **all_invites** | [**Array<MemberInvite>**](MemberInvite.md) | A list of all invites for this resource | | | **created_invite** | [**MemberInvite**](MemberInvite.md) | | | ## Example ```ruby require 'ory-client' instance = OryClient::CreateInviteResponse.new( all_invites: null, created_invite: null ) ```
Version data entries
73 entries across 73 versions & 1 rubygems