/// <summary> /// Initializes a new instance of the /// ResQNickelZirconiumCommonWebHookDtosServiceProviderAssignmentWebHookDto /// class. /// </summary> public ResQNickelZirconiumCommonWebHookDtosServiceProviderAssignmentWebHookDto(string authorizationReference = default(string), DateTime?dateAssigned = default(DateTime?), ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto dispatchLocation = default(ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto), double?kilometersToIncidentByRoad = default(double?), ResQNickelZirconiumCommonWebHookDtosRepresentativeWebHookDto representative = default(ResQNickelZirconiumCommonWebHookDtosRepresentativeWebHookDto), string representativePhotoUrl = default(string), Guid?physicalDevicePersonLinkId = default(Guid?)) { AuthorizationReference = authorizationReference; DateAssigned = dateAssigned; DispatchLocation = dispatchLocation; KilometersToIncidentByRoad = kilometersToIncidentByRoad; Representative = representative; RepresentativePhotoUrl = representativePhotoUrl; PhysicalDevicePersonLinkId = physicalDevicePersonLinkId; }
/// <summary> /// Initializes a new instance of the /// ResQNickelZirconiumCommonWebHookDtosCaseServiceCreatedWebHookModel /// class. /// </summary> public ResQNickelZirconiumCommonWebHookDtosCaseServiceCreatedWebHookModel(Guid?id = default(Guid?), Guid?caseId = default(Guid?), DateTime?dateCreated = default(DateTime?), DateTime?dateOfService = default(DateTime?), string reference = default(string), ResQNickelZirconiumCommonWebHookDtosKeyValuePairWebHookDto caseServiceDefinition = default(ResQNickelZirconiumCommonWebHookDtosKeyValuePairWebHookDto), ResQNickelZirconiumCommonWebHookDtosKeyValuePairWebHookDto nextRequiredAction = default(ResQNickelZirconiumCommonWebHookDtosKeyValuePairWebHookDto), string state = default(string), string brokerageState = default(string), ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto incidentLocation = default(ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto), ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto directedDestination = default(ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto), ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto customerDirectedDestination = default(ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto), ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto actualDestination = default(ResQNickelZirconiumCommonWebHookDtosLocationWebHookDto), ResQNickelZirconiumCommonWebHookDtosRelationshipWebHookDto serviceProviderLiaison = default(ResQNickelZirconiumCommonWebHookDtosRelationshipWebHookDto), ResQNickelZirconiumCommonWebHookDtosServiceProviderRelationshipWebHookDto serviceProvider = default(ResQNickelZirconiumCommonWebHookDtosServiceProviderRelationshipWebHookDto), Guid?operationId = default(Guid?), DateTime?dateOfOperationTrigger = default(DateTime?)) { Id = id; CaseId = caseId; DateCreated = dateCreated; DateOfService = dateOfService; Reference = reference; CaseServiceDefinition = caseServiceDefinition; NextRequiredAction = nextRequiredAction; State = state; BrokerageState = brokerageState; IncidentLocation = incidentLocation; DirectedDestination = directedDestination; CustomerDirectedDestination = customerDirectedDestination; ActualDestination = actualDestination; ServiceProviderLiaison = serviceProviderLiaison; ServiceProvider = serviceProvider; OperationId = operationId; DateOfOperationTrigger = dateOfOperationTrigger; }