class

OpenAI::DeletedRoleAssignmentResource

Inherits JSON::Serializable < Reference < Object

Confirmation payload returned after unassigning a role.

Constructors

new(object : String = "", deleted : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

deleted

Whether the assignment was removed.

Source
deleted=(deleted : Bool)

Whether the assignment was removed.

Source
object

Identifier for the deleted assignment, such as group.role.deleted or user.role.deleted.

Source
object=(object : String)

Identifier for the deleted assignment, such as group.role.deleted or user.role.deleted.

Source