Class: OpenApiSDK::Shared::UnifiedCrmDealOutput

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

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(amount: nil, description: nil, name: nil, company_id: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil, stage_id: nil, user_id: nil) ⇒ UnifiedCrmDealOutput

Returns a new instance of UnifiedCrmDealOutput.



41
42
43
44
45
46
47
48
49
50
51
52
53
54
# File 'lib/open_api_sdk/models/shared/unifiedcrmdealoutput.rb', line 41

def initialize(amount: nil, description: nil, name: nil, company_id: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil, stage_id: nil, user_id: nil)
  @amount = amount
  @description = description
  @name = name
  @company_id = company_id
  @created_at = created_at
  @field_mappings = field_mappings
  @id = id
  @modified_at = modified_at
  @remote_data = remote_data
  @remote_id = remote_id
  @stage_id = stage_id
  @user_id = user_id
end