class

OpenAI::AuditLogInviteSentData

Inherits JSON::Serializable < Reference < Object

The payload used to create the invite.

Constructors

new(email : String | Nil = nil, role : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

email

The email invited to the organization.

Source
email=(email : String | Nil)

The email invited to the organization.

Source
role

The role the email was invited to be. Is either owner or member.

Source
role=(role : String | Nil)

The role the email was invited to be. Is either owner or member.

Source