Class: OpenApiSDK::Shared::UnifiedTicketingUserOutput

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

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(email_address: nil, name: nil, account_id: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil, teams: nil) ⇒ UnifiedTicketingUserOutput

Returns a new instance of UnifiedTicketingUserOutput.



37
38
39
40
41
42
43
44
45
46
47
48
# File 'lib/open_api_sdk/models/shared/unifiedticketinguseroutput.rb', line 37

def initialize(email_address: nil, name: nil, account_id: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil, teams: nil)
  @email_address = email_address
  @name = name
  @account_id = 
  @created_at = created_at
  @field_mappings = field_mappings
  @id = id
  @modified_at = modified_at
  @remote_data = remote_data
  @remote_id = remote_id
  @teams = teams
end