View Source ExOpenAI.Components.UserRoleUpdateRequest (ex_openai.ex v1.8.0)

Schema representing a UserRoleUpdateRequest within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.UserRoleUpdateRequest{role: :reader | :owner}