Class: GustoEmbedded::Operations::DeleteV1ContractorsContractorUuidResponse

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/delete_v1_contractors_contractor_uuid_response.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(content_type: nil, raw_response: nil, status_code: nil) ⇒ DeleteV1ContractorsContractorUuidResponse

Returns a new instance of DeleteV1ContractorsContractorUuidResponse.



23
24
25
26
27
# File 'lib/gusto_embedded/models/operations/delete_v1_contractors_contractor_uuid_response.rb', line 23

def initialize(content_type: nil, raw_response: nil, status_code: nil)
  @content_type = content_type
  @raw_response = raw_response
  @status_code = status_code
end