/// <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;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the
 /// ResQNickelZirconiumCommonWebHookDtosServiceProviderLocationUpdateWebHookModel
 /// class.
 /// </summary>
 public ResQNickelZirconiumCommonWebHookDtosServiceProviderLocationUpdateWebHookModel(double?latitude = default(double?), double?longitude = default(double?), string serviceProviderState = default(string), Guid?physicalDevicePersonLinkId = default(Guid?), Guid?caseServiceId = default(Guid?), Guid?brokerageId = default(Guid?), ResQNickelZirconiumCommonWebHookDtosVehicleWebHookDto serviceVehicle = default(ResQNickelZirconiumCommonWebHookDtosVehicleWebHookDto), string hierarchyDescription = default(string), ResQNickelZirconiumCommonWebHookDtosRepresentativeWebHookDto representative = default(ResQNickelZirconiumCommonWebHookDtosRepresentativeWebHookDto), string representativePhotoUrl = default(string), Guid?operationId = default(Guid?), DateTime?dateOfOperationTrigger = default(DateTime?))
 {
     Latitude                   = latitude;
     Longitude                  = longitude;
     ServiceProviderState       = serviceProviderState;
     PhysicalDevicePersonLinkId = physicalDevicePersonLinkId;
     CaseServiceId              = caseServiceId;
     BrokerageId                = brokerageId;
     ServiceVehicle             = serviceVehicle;
     HierarchyDescription       = hierarchyDescription;
     Representative             = representative;
     RepresentativePhotoUrl     = representativePhotoUrl;
     OperationId                = operationId;
     DateOfOperationTrigger     = dateOfOperationTrigger;
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the
 /// ResQNickelZirconiumCommonWebHookDtosRelationshipWebHookDto class.
 /// </summary>
 public ResQNickelZirconiumCommonWebHookDtosRelationshipWebHookDto(string hierarchyDescription = default(string), string contactNumber = default(string), ResQNickelZirconiumCommonWebHookDtosRepresentativeWebHookDto representative = default(ResQNickelZirconiumCommonWebHookDtosRepresentativeWebHookDto))
 {
     HierarchyDescription = hierarchyDescription;
     ContactNumber        = contactNumber;
     Representative       = representative;
 }