Class: Openlayer::Models::Workspaces::InviteCreateResponse::Item::Creator
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Workspaces::InviteCreateResponse::Item::Creator
- Defined in:
- lib/openlayer/models/workspaces/invite_create_response.rb,
sig/openlayer/models/workspaces/invite_create_response.rbs
Overview
Instance Attribute Summary collapse
-
#id ⇒ String?
readonly
Returns the value of attribute id.
-
#name ⇒ String?
The invite creator name.
-
#username ⇒ String?
The invite creator username.
Instance Method Summary collapse
- #id ⇒ String readonly
- #initialize ⇒ Object constructor
- #to_hash ⇒ { id: String, name: String?, username: String? }
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
77 |
# File 'sig/openlayer/models/workspaces/invite_create_response.rbs', line 77
def initialize: (
|
Instance Attribute Details
#id ⇒ String? (readonly)
Returns the value of attribute id.
73 74 75 |
# File 'sig/openlayer/models/workspaces/invite_create_response.rbs', line 73 def id @id end |
#name ⇒ String?
The invite creator name.
81 |
# File 'lib/openlayer/models/workspaces/invite_create_response.rb', line 81 optional :name, String, nil?: true |
#username ⇒ String?
The invite creator username.
87 |
# File 'lib/openlayer/models/workspaces/invite_create_response.rb', line 87 optional :username, String, nil?: true |
Instance Method Details
#id= ⇒ String (readonly)
75 |
# File 'sig/openlayer/models/workspaces/invite_create_response.rbs', line 75
def id=: (String) -> String
|
#to_hash ⇒ { id: String, name: String?, username: String? }
83 |
# File 'sig/openlayer/models/workspaces/invite_create_response.rbs', line 83
def to_hash: -> { id: String, name: String?, username: String? }
|