Class: GustoEmbedded::Operations::PostV1CompaniesCompanyIdAdminsRequestBody

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(email: nil, first_name: nil, last_name: nil) ⇒ PostV1CompaniesCompanyIdAdminsRequestBody

Returns a new instance of PostV1CompaniesCompanyIdAdminsRequestBody.



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

def initialize(email: nil, first_name: nil, last_name: nil)
  @email = email
  @first_name = first_name
  @last_name = last_name
end