in uber-rides/src/main/java/com/uber/sdk/rides/client/model/RideUpdateParameters.java [42:53]
private RideUpdateParameters(
@Nullable Float endLatitude,
@Nullable Float endLongitude,
@Nullable String endNickname,
@Nullable String endAddress,
@Nullable String endPlaceId) {
this.end_latitude = endLatitude;
this.end_longitude = endLongitude;
this.end_nickname = endNickname;
this.end_address = endAddress;
this.end_place_id =endPlaceId;
}