Class: Openlayer::Models::ProjectListResponse::Item::GitRepo
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: , date_connected: , date_updated: , git_account_id: , git_id: , name: , private: , project_id: , slug: , url: , branch: nil, root_dir: nil) ⇒ Object
constructor
==, #==, #[], 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(id: , date_connected: , date_updated: , git_account_id: , git_id: , name: , private: , project_id: , slug: , url: , branch: nil, root_dir: nil) ⇒ Object
|
# File 'lib/openlayer/models/project_list_response.rb', line 257
|
Instance Attribute Details
#branch ⇒ String?
208
|
# File 'lib/openlayer/models/project_list_response.rb', line 208
optional :branch, String
|
#git_account_id ⇒ String
198
|
# File 'lib/openlayer/models/project_list_response.rb', line 198
required :git_account_id, String, api_name: :gitAccountId
|
#git_id ⇒ Integer
203
|
# File 'lib/openlayer/models/project_list_response.rb', line 203
required :git_id, Integer, api_name: :gitId
|
#root_dir ⇒ String?
213
|
# File 'lib/openlayer/models/project_list_response.rb', line 213
optional :root_dir, String, api_name: :rootDir
|