OpenAI::RoleListResource
Inherits JSON::Serializable < Reference < Object
Paginated list of roles assigned to a principal.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : RoleListResourceObject = RoleListResourceObject::List, data : Array(AssignedRoleDetails) = [] of AssignedRoleDetails, has_more : Bool = false, next_value : RoleListResourceNext = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
next_value
Cursor to fetch the next page of results, or null when there are no more assignments.
next_value=(next_value : RoleListResourceNext)
Cursor to fetch the next page of results, or null when there are no more assignments.