Class: OpenApiSDK::Shared::ProjectResponse
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::ProjectResponse
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/projectresponse.rb
Instance Method Summary collapse
-
#initialize(id_connector_set: nil, id_project: nil, id_user: nil, name: nil, sync_mode: nil, pull_frequency: nil, redirect_url: nil) ⇒ ProjectResponse
constructor
A new instance of ProjectResponse.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(id_connector_set: nil, id_project: nil, id_user: nil, name: nil, sync_mode: nil, pull_frequency: nil, redirect_url: nil) ⇒ ProjectResponse
31 32 33 34 35 36 37 38 39 |
# File 'lib/open_api_sdk/models/shared/projectresponse.rb', line 31 def initialize(id_connector_set: nil, id_project: nil, id_user: nil, name: nil, sync_mode: nil, pull_frequency: nil, redirect_url: nil) @id_connector_set = id_connector_set @id_project = id_project @id_user = id_user @name = name @sync_mode = sync_mode @pull_frequency = pull_frequency @redirect_url = redirect_url end |