Class: Zavudev::Models::MeRetrieveResponse::Project
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
53
|
# File 'sig/zavudev/models/me_retrieve_response.rbs', line 53
def initialize: (
|
Instance Attribute Details
#id ⇒ String
49
|
# File 'lib/zavudev/models/me_retrieve_response.rb', line 49
required :id, String
|
#is_sub_account ⇒ Boolean
54
|
# File 'lib/zavudev/models/me_retrieve_response.rb', line 54
required :is_sub_account, Zavudev::Internal::Type::Boolean, api_name: :isSubAccount
|
#name ⇒ String?
59
|
# File 'lib/zavudev/models/me_retrieve_response.rb', line 59
required :name, String, nil?: true
|
Instance Method Details
#to_hash ⇒ { id: String, is_sub_account: bool, name: String? }
59
|
# File 'sig/zavudev/models/me_retrieve_response.rbs', line 59
def to_hash: -> { id: String, is_sub_account: bool, name: String? }
|