Class: OpenApiSDK::Shared::CreateProjectDto

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/createprojectdto.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(id_user: nil, name: nil, id_organization: nil) ⇒ CreateProjectDto

Returns a new instance of CreateProjectDto.



23
24
25
26
27
# File 'lib/open_api_sdk/models/shared/createprojectdto.rb', line 23

def initialize(id_user: nil, name: nil, id_organization: nil)
  @id_user = id_user
  @name = name
  @id_organization = id_organization
end