Class: Openlayer::Models::ProjectListResponse::Item::GitRepo

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openlayer/models/project_list_response.rb

Overview

See Also:

  • #git_repo

Instance Attribute Summary collapse

Instance Method Summary collapse

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(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

#branchString?



208
# File 'lib/openlayer/models/project_list_response.rb', line 208

optional :branch, String

#git_account_idString



198
# File 'lib/openlayer/models/project_list_response.rb', line 198

required :git_account_id, String, api_name: :gitAccountId

#git_idInteger



203
# File 'lib/openlayer/models/project_list_response.rb', line 203

required :git_id, Integer, api_name: :gitId

#root_dirString?



213
# File 'lib/openlayer/models/project_list_response.rb', line 213

optional :root_dir, String, api_name: :rootDir