Class: OpenAI::Models::Admin::Organization::Projects::ProjectUser
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::Projects::ProjectUser
- Defined in:
- lib/openai/models/admin/organization/projects/project_user.rb,
sig/openai/models/admin/organization/projects/project_user.rbs
Overview
Instance Attribute Summary collapse
-
#added_at ⇒ Integer
The Unix timestamp (in seconds) of when the project was added.
-
#email ⇒ String?
The email address of the user.
-
#id ⇒ String
The identifier, which can be referenced in API endpoints.
-
#name ⇒ String?
The name of the user.
-
#object ⇒ Symbol, :"organization.project.user"
The object type, which is always
organization.project.user. -
#role ⇒ String
ownerormember.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
31 |
# File 'sig/openai/models/admin/organization/projects/project_user.rbs', line 31
def initialize: (
|
Instance Attribute Details
#added_at ⇒ Integer
The Unix timestamp (in seconds) of when the project was added.
20 |
# File 'lib/openai/models/admin/organization/projects/project_user.rb', line 20 required :added_at, Integer |
#email ⇒ String?
The email address of the user
38 |
# File 'lib/openai/models/admin/organization/projects/project_user.rb', line 38 optional :email, String, nil?: true |
#id ⇒ String
The identifier, which can be referenced in API endpoints
14 |
# File 'lib/openai/models/admin/organization/projects/project_user.rb', line 14 required :id, String |
#name ⇒ String?
The name of the user
44 |
# File 'lib/openai/models/admin/organization/projects/project_user.rb', line 44 optional :name, String, nil?: true |
#object ⇒ Symbol, :"organization.project.user"
The object type, which is always organization.project.user
26 |
# File 'lib/openai/models/admin/organization/projects/project_user.rb', line 26 required :object, const: :"organization.project.user" |
#role ⇒ String
owner or member
32 |
# File 'lib/openai/models/admin/organization/projects/project_user.rb', line 32 required :role, String |
Instance Method Details
#to_hash ⇒ {
40 |
# File 'sig/openai/models/admin/organization/projects/project_user.rbs', line 40
def to_hash: -> {
|